forked from bot/app
🐛 尝试修复liteyuki_status插件目录过长的布局问题
This commit is contained in:
parent
36a39e1ed7
commit
624afa57ba
@ -107,6 +107,10 @@
|
||||
margin-bottom: 10px;
|
||||
margin-left: 20px;
|
||||
text-align: left;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
max-width: calc(100% - 40px);
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
@ -123,5 +127,4 @@
|
||||
font-style: italic;
|
||||
color: var(--sub-text-color);
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user