1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-07-04 11:07:56 +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
*"github.io"*)
echo "Switching to github.io URL style"
DOMAIN="${DOMAIN}\/theme.park"
DOMAIN="${DOMAIN}/theme.park"
;;
esac

View File

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