mirror of
https://github.com/ZiuChen/ClipboardManager.git
synced 2025-09-27 05:43:21 +08:00
feat: 单条历史展示最大高度改为7行
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
display: flex;
|
||||
overflow: hidden;
|
||||
word-break: break-all;
|
||||
max-height: 150px;
|
||||
max-height: 120px;
|
||||
max-width: 500px;
|
||||
padding: 5px;
|
||||
white-space: pre-wrap;
|
||||
@@ -60,7 +60,7 @@
|
||||
color: @text-color;
|
||||
img.clip-data-image {
|
||||
// 此 class用于区分 file的 image
|
||||
max-height: 140px; // 比外框 max-height少一点 因为有 5px的边框
|
||||
max-height: 100px; // 比外框 max-height少一点 因为有 5px的边框
|
||||
max-width: 90%;
|
||||
box-shadow: 0px 0px 3px @text-color;
|
||||
}
|
||||
|
Reference in New Issue
Block a user