릴리스: v1.3.57 관리자 기본 아이템 카드 전체 드래그 복원
This commit is contained in:
@@ -2733,24 +2733,10 @@ function userAvatarFallback(user) {
|
||||
background: var(--theme-surface-soft);
|
||||
padding: 12px;
|
||||
min-width: 0;
|
||||
}
|
||||
.adminUiScope .thumbCard__dragHandle {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
margin-bottom: 10px;
|
||||
padding: 5px 9px;
|
||||
border-radius: 999px;
|
||||
border: 1px dashed rgba(255, 255, 255, 0.16);
|
||||
background: rgba(255, 255, 255, 0.04);
|
||||
color: var(--theme-text-soft);
|
||||
font-size: 11px;
|
||||
font-weight: 800;
|
||||
letter-spacing: 0.02em;
|
||||
cursor: grab;
|
||||
user-select: none;
|
||||
}
|
||||
.adminUiScope .thumbCard__dragHandle:active {
|
||||
.adminUiScope .thumbCard:active {
|
||||
cursor: grabbing;
|
||||
}
|
||||
.adminUiScope .thumb {
|
||||
|
||||
Reference in New Issue
Block a user