릴리스: v1.3.90 관리자 CSS 경고 정리

This commit is contained in:
2026-04-02 17:22:22 +09:00
parent 8d257e21ff
commit 1957f30341
4 changed files with 8 additions and 1 deletions

View File

@@ -3891,7 +3891,6 @@ function userAvatarFallback(user) {
display: block;
width: 100%;
line-height: 0;
vertical-align: top;
}
.adminUiScope .templateRequestCard__thumbMeta {
display: grid;
@@ -4145,6 +4144,7 @@ function userAvatarFallback(user) {
color: var(--theme-text-muted);
line-height: 1.5;
display: -webkit-box;
line-clamp: 2;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;