mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-15 09:48:14 +08:00
💄 避免元素过宽
This commit is contained in:
@@ -396,7 +396,7 @@ function handleSwitch(next: boolean): void {
|
|||||||
.uc-grid {
|
.uc-grid {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-gap: 15px;
|
grid-gap: 15px;
|
||||||
grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
|
grid-template-columns: repeat(auto-fill, minmax(210px, 0.2fr));
|
||||||
}
|
}
|
||||||
|
|
||||||
.uc-empty {
|
.uc-empty {
|
||||||
|
|||||||
Reference in New Issue
Block a user