Merge pull request #63 from ElapsingDreams/main

🐛 尝试修复liteyuki_status插件目录过长的布局问题
This commit is contained in:
Snowykami 2024-08-15 03:06:16 +08:00 committed by GitHub
commit 60403b2a4f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;
}
}