Compact explorer icon buttons

This commit is contained in:
Mikei386
2026-06-23 20:28:38 +02:00
parent 59cdfd975f
commit 07bcf157e0
5 changed files with 7 additions and 7 deletions
+4 -4
View File
@@ -72,7 +72,7 @@
justify-content: center;
min-height: 30px;
padding: 0;
width: 32px;
width: 24px;
}
.u-nav .topbar {
@@ -190,7 +190,7 @@
align-items: center;
display: flex;
flex-wrap: wrap;
gap: 8px;
gap: 5px;
margin-bottom: 10px;
}
@@ -207,7 +207,7 @@
}
.u-nav .pathbar .up-button {
flex: 0 0 32px;
flex: 0 0 24px;
font-size: 18px;
line-height: 1;
}
@@ -243,7 +243,7 @@
.u-nav .view-toggle button {
border-radius: 0;
flex: 0 0 auto;
min-width: 32px;
min-width: 24px;
overflow: visible;
}