缩小顶部操作图标
This commit is contained in:
+10
-10
@@ -73,8 +73,8 @@
|
||||
}
|
||||
|
||||
.nav-icon {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
fill: none;
|
||||
stroke: currentColor;
|
||||
stroke-linecap: round;
|
||||
@@ -101,8 +101,8 @@
|
||||
}
|
||||
|
||||
.quick-link img {
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
object-fit: contain;
|
||||
}
|
||||
|
||||
@@ -165,8 +165,8 @@
|
||||
|
||||
.button svg,
|
||||
.button img {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
flex: 0 0 auto;
|
||||
object-fit: contain;
|
||||
}
|
||||
@@ -225,15 +225,15 @@
|
||||
|
||||
.shield {
|
||||
display: grid;
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
place-items: center;
|
||||
color: var(--green);
|
||||
}
|
||||
|
||||
.shield svg {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
fill: none;
|
||||
stroke: currentColor;
|
||||
stroke-linecap: round;
|
||||
|
||||
Reference in New Issue
Block a user