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
+1 -1
View File
@@ -2,7 +2,7 @@
set -eu set -eu
PLUGIN="u-navigator" PLUGIN="u-navigator"
VERSION="2026.06.23.r042" VERSION="2026.06.23.r043"
PKG_DIR="packages" PKG_DIR="packages"
WORK_DIR=".plugin-build" WORK_DIR=".plugin-build"
PKG_NAME="${PLUGIN}-${VERSION}.tgz" PKG_NAME="${PLUGIN}-${VERSION}.tgz"
Binary file not shown.
Binary file not shown.
+4 -4
View File
@@ -72,7 +72,7 @@
justify-content: center; justify-content: center;
min-height: 30px; min-height: 30px;
padding: 0; padding: 0;
width: 32px; width: 24px;
} }
.u-nav .topbar { .u-nav .topbar {
@@ -190,7 +190,7 @@
align-items: center; align-items: center;
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
gap: 8px; gap: 5px;
margin-bottom: 10px; margin-bottom: 10px;
} }
@@ -207,7 +207,7 @@
} }
.u-nav .pathbar .up-button { .u-nav .pathbar .up-button {
flex: 0 0 32px; flex: 0 0 24px;
font-size: 18px; font-size: 18px;
line-height: 1; line-height: 1;
} }
@@ -243,7 +243,7 @@
.u-nav .view-toggle button { .u-nav .view-toggle button {
border-radius: 0; border-radius: 0;
flex: 0 0 auto; flex: 0 0 auto;
min-width: 32px; min-width: 24px;
overflow: visible; overflow: visible;
} }
+2 -2
View File
@@ -1,7 +1,7 @@
<!DOCTYPE PLUGIN [ <!DOCTYPE PLUGIN [
<!ENTITY name "u-navigator"> <!ENTITY name "u-navigator">
<!ENTITY author "Michael Roll"> <!ENTITY author "Michael Roll">
<!ENTITY version "2026.06.23.r042"> <!ENTITY version "2026.06.23.r043">
<!ENTITY package "&name;-&version;.tgz"> <!ENTITY package "&name;-&version;.tgz">
<!ENTITY pluginURL "https://git.casaderoll.de/michael/Unraid-Navigator/raw/branch/main/u-navigator.plg"> <!ENTITY pluginURL "https://git.casaderoll.de/michael/Unraid-Navigator/raw/branch/main/u-navigator.plg">
<!ENTITY support "https://git.casaderoll.de/michael/Unraid-Navigator"> <!ENTITY support "https://git.casaderoll.de/michael/Unraid-Navigator">
@@ -24,7 +24,7 @@
<FILE Name="/boot/config/plugins/&name;/&package;"> <FILE Name="/boot/config/plugins/&name;/&package;">
<URL>https://git.casaderoll.de/michael/Unraid-Navigator/raw/branch/main/packages/&package;</URL> <URL>https://git.casaderoll.de/michael/Unraid-Navigator/raw/branch/main/packages/&package;</URL>
<MD5>b6edc78a8c0336b58273aa31ab69a2af</MD5> <MD5>1228bd58fd43942593fe8a6c383f427a</MD5>
</FILE> </FILE>
<FILE Run="/bin/bash"> <FILE Run="/bin/bash">