update at 2025-10-16 18:10:27
This commit is contained in:
@@ -591,7 +591,7 @@ label:hover { color: var(--c-primary); }
|
||||
grid-template-rows: auto auto auto 1fr auto;
|
||||
grid-template-areas:
|
||||
"template template preview preview font font"
|
||||
"content content content content content content"
|
||||
"theme theme highlight highlight highlight highlight"
|
||||
"content content content content content content"
|
||||
"content content content content content content"
|
||||
"pagination pagination pagination slice slice slice";
|
||||
@@ -629,7 +629,8 @@ label:hover { color: var(--c-primary); }
|
||||
background: white;
|
||||
font-size: 13px;
|
||||
cursor: pointer;
|
||||
max-width: 100px;
|
||||
min-width: 80px;
|
||||
max-width: 140px;
|
||||
transition: border-color 0.2s ease;
|
||||
}
|
||||
|
||||
@@ -683,6 +684,8 @@ label:hover { color: var(--c-primary); }
|
||||
grid-area: font;
|
||||
flex-wrap: nowrap;
|
||||
}
|
||||
.xhs-area-theme { grid-area: theme; }
|
||||
.xhs-area-highlight { grid-area: highlight; }
|
||||
.xhs-area-pagination { grid-area: pagination; justify-content: center; gap: 16px; }
|
||||
.xhs-area-slice { grid-area: slice; justify-content: center; gap: 16px; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user