릴리스: v1.3.55 관리자 요청 썸네일 승계 및 배지 색상 구분

This commit is contained in:
2026-04-02 11:54:53 +09:00
parent 1d8e8581b8
commit 0a3fce2130
9 changed files with 53 additions and 5 deletions

View File

@@ -2764,6 +2764,26 @@ function userAvatarFallback(user) {
.adminUiScope .pill--soft {
background: rgba(255, 255, 255, 0.08);
}
.adminUiScope .pill--create {
border-color: rgba(56, 189, 248, 0.36);
background: rgba(56, 189, 248, 0.16);
color: rgba(224, 242, 254, 0.98);
}
.adminUiScope .pill--owned {
border-color: rgba(167, 139, 250, 0.34);
background: rgba(167, 139, 250, 0.14);
color: rgba(243, 232, 255, 0.98);
}
.adminUiScope .pill--requestItem {
border-color: rgba(250, 204, 21, 0.34);
background: rgba(250, 204, 21, 0.14);
color: rgba(254, 249, 195, 0.98);
}
.adminUiScope .pill--directFile {
border-color: rgba(52, 211, 153, 0.34);
background: rgba(52, 211, 153, 0.14);
color: rgba(209, 250, 229, 0.98);
}
.adminUiScope .requestWorkspace {
display: grid;
gap: 14px;