1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-10-03 22:17:08 +02:00

Unraid: Fix login script github.io URL

Unraid: Fix the navbar scroll overflow.
This commit is contained in:
GilbN 2024-01-07 16:37:32 +01:00
parent 343f9d759c
commit cad7eb445f
2 changed files with 2 additions and 1 deletions

View File

@ -55,7 +55,7 @@ fi
case ${DOMAIN} in case ${DOMAIN} in
*"github.io"*) *"github.io"*)
echo "Switching to github.io URL style" echo "Switching to github.io URL style"
DOMAIN="${DOMAIN}\/theme.park" DOMAIN="${DOMAIN}/theme.park"
;; ;;
esac esac

View File

@ -102,6 +102,7 @@ pre {
.nav-tile { .nav-tile {
background-color: var(--transparency-dark-50); background-color: var(--transparency-dark-50);
overflow-x: auto;
} }
div.title { div.title {