Refine toolbar SVG icons

This commit is contained in:
Mikei386
2026-07-04 10:41:22 +02:00
parent f1ee45ad18
commit 07cddd64b2
6 changed files with 28 additions and 18 deletions
+14 -4
View File
@@ -68,11 +68,15 @@
.u-nav button.icon {
align-items: center;
display: inline-flex;
flex: 0 0 26px;
height: 26px;
justify-content: center;
line-height: 1;
max-width: 26px;
min-height: 26px;
min-width: 26px;
padding: 0;
width: 22px;
width: 26px;
}
.u-nav button.icon::before,
@@ -83,13 +87,13 @@
.u-nav .ui-icon {
display: block;
fill: none;
height: 15px;
height: 16px;
pointer-events: none;
stroke: currentColor;
stroke-linecap: round;
stroke-linejoin: round;
stroke-width: 2;
width: 15px;
stroke-width: 2.1;
width: 16px;
}
.u-nav .topbar {
@@ -234,6 +238,12 @@
flex: 0 0 auto;
}
.u-nav .pathbar > button.icon {
max-width: 32px;
min-width: 32px;
width: 32px;
}
.u-nav .upload-input {
display: none;
}