缩小顶部操作图标

This commit is contained in:
lwt
2026-05-09 13:58:47 +08:00
parent 00c5916dd3
commit d078b44026
+10 -10
View File
@@ -73,8 +73,8 @@
} }
.nav-icon { .nav-icon {
width: 24px; width: 20px;
height: 24px; height: 20px;
fill: none; fill: none;
stroke: currentColor; stroke: currentColor;
stroke-linecap: round; stroke-linecap: round;
@@ -101,8 +101,8 @@
} }
.quick-link img { .quick-link img {
width: 22px; width: 18px;
height: 22px; height: 18px;
object-fit: contain; object-fit: contain;
} }
@@ -165,8 +165,8 @@
.button svg, .button svg,
.button img { .button img {
width: 24px; width: 18px;
height: 24px; height: 18px;
flex: 0 0 auto; flex: 0 0 auto;
object-fit: contain; object-fit: contain;
} }
@@ -225,15 +225,15 @@
.shield { .shield {
display: grid; display: grid;
width: 24px; width: 18px;
height: 24px; height: 18px;
place-items: center; place-items: center;
color: var(--green); color: var(--green);
} }
.shield svg { .shield svg {
width: 24px; width: 18px;
height: 24px; height: 18px;
fill: none; fill: none;
stroke: currentColor; stroke: currentColor;
stroke-linecap: round; stroke-linecap: round;