From c4dfdd3d5831dc9d655de61be855fc0a3707e38f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dalibor=20Markovi=C4=87?= Date: Sat, 6 Jun 2026 01:02:53 +0200 Subject: [PATCH] =?UTF-8?q?Pode=C5=A1avanja:=20glass=20efekt,=20pozadinska?= =?UTF-8?q?=20slika=20aplikacije,=20preview=20panel=20sa=20slajderima?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.sh | 2 +- web/static/css/main.css | 6 + web/templates/komponente/topbar.html | 19 ++- web/templates/stranice/podesavanja.html | 188 ++++++++++++--------- web/templates/teme/podrazumevana/base.html | 11 +- 5 files changed, 146 insertions(+), 80 deletions(-) diff --git a/build.sh b/build.sh index fe444db..aaabdc5 100755 --- a/build.sh +++ b/build.sh @@ -5,7 +5,7 @@ set -e # Verzija # ────────────────────────────────────────────── read -p "Verzija (npr. 0.1.1): " VERZIJA -VERZIJA=${VERZIJA:-"dev"} +VERZIJA=${VERZIJA:-"0.0.1"} # ────────────────────────────────────────────── # Okruženje diff --git a/web/static/css/main.css b/web/static/css/main.css index b4a8e85..293efac 100644 --- a/web/static/css/main.css +++ b/web/static/css/main.css @@ -660,3 +660,9 @@ select { max-width: none; } } + +/* dropdown meni mora biti iznad svih stacking context-a koje glass efekt kreira */ +#avatar-meni { + z-index: 9999 !important; + position: relative; +} diff --git a/web/templates/komponente/topbar.html b/web/templates/komponente/topbar.html index 9df3587..0f567cc 100644 --- a/web/templates/komponente/topbar.html +++ b/web/templates/komponente/topbar.html @@ -21,7 +21,7 @@
{{if .Korisnik}}{{slice .Korisnik 0 2}}{{else}}NT{{end}}
-