fix: burger menu z-index problem
R
Rüdiger Küpper
<rpr@9it.de>
committete am 19.02.2026 01:35
69e00d6de9df5cc4418a4304dc07fa2d4917595a
| |
@@ -7,6 +6,0 @@ COPY ./static/images /usr/share/nginx/html/images |
| 7 |
|
-# RUN ./quilldrop generate |
| 8 |
|
- |
| 9 |
|
-# FROM --platform=$BUILDPLATFORM nginx |
| 10 |
|
- |
| 11 |
|
-# COPY --from=builder /app/output /usr/share/nginx/html |
| 12 |
|
- |
| |
@@ -14,0 +15,7 @@ docker-static: |
|
15 |
+docker-images: |
|
16 |
+ $(eval LATEST_TAG := $(shell git tag --sort=-version:refname | head -n 1)) |
|
17 |
+ podman build --platform linux/amd64,linux/arm64 \ |
|
18 |
+ --manifest ghcr.io/9it-full-service/quilldrop:$(LATEST_TAG)-images \ |
|
19 |
+ -f ./Dockerfile-images . |
|
20 |
+ podman manifest push --all ghcr.io/9it-full-service/quilldrop:$(LATEST_TAG)-images |
|
21 |
+ |
Binärdatei – kein Textvergleich möglich.
| |
@@ -1098,0 +1099,15 @@ body { |
|
1099 |
+ .navbar { |
|
1100 |
+ position: fixed; |
|
1101 |
+ top: 0; |
|
1102 |
+ left: 0; |
|
1103 |
+ right: 0; |
|
1104 |
+ z-index: 1000; |
|
1105 |
+ backdrop-filter: none; |
|
1106 |
+ -webkit-backdrop-filter: none; |
|
1107 |
+ background: var(--bg-primary); |
|
1108 |
+ } |
|
1109 |
+ |
|
1110 |
+ body { |
|
1111 |
+ padding-top: 3.5rem; |
|
1112 |
+ } |
|
1113 |
+ |
| |
@@ -1100,0 +1116,2 @@ body { |
|
1116 |
+ position: relative; |
|
1117 |
+ z-index: 1020; |
| |
@@ -1108,2 +1125,2 @@ body { |
| 1108 |
|
- right: 0; |
| 1109 |
|
- bottom: 0; |
|
1125 |
+ width: 100%; |
|
1126 |
+ height: 100%; |
| |
@@ -1111 +1127,0 @@ body { |
| 1111 |
|
- opacity: 1; |
| |
@@ -1114,2 +1130 @@ body { |
| 1114 |
|
- justify-content: flex-start; |
| 1115 |
|
- gap: 1.5rem; |
|
1130 |
+ gap: 1.2rem; |
| |
@@ -1117 +1132 @@ body { |
| 1117 |
|
- z-index: 105; |
|
1132 |
+ z-index: 1010; |
| |
@@ -1127,2 +1142,2 @@ body { |
| 1127 |
|
- .nav-dropdown-toggle { |
| 1128 |
|
- font-size: 1.2rem; |
|
1142 |
+ .nav-links > .nav-dropdown > .nav-dropdown-toggle { |
|
1143 |
+ font-size: 1.15rem; |
| |
@@ -1129,0 +1145,7 @@ body { |
|
1145 |
+ display: block; |
|
1146 |
+ text-align: center; |
|
1147 |
+ padding: 0.3rem 0; |
|
1148 |
+ } |
|
1149 |
+ |
|
1150 |
+ .nav-dropdown { |
|
1151 |
+ text-align: center; |
| |
@@ -1153 +1175 @@ body { |
| 1153 |
|
- font-size: 1rem; |
|
1175 |
+ font-size: 0.95rem; |
| |
@@ -1164 +1186 @@ body { |
| 1164 |
|
- top: 4.5rem; |
|
1186 |
+ top: 5rem; |
| |
@@ -1168 +1190 @@ body { |
| 1168 |
|
- z-index: 110; |
|
1190 |
+ z-index: 1015; |
| |
@@ -1175 +1197,8 @@ body { |
| 1175 |
|
- .nav-rss, |
|
1197 |
+ .nav-rss { |
|
1198 |
+ color: var(--text-primary); |
|
1199 |
+ } |
|
1200 |
+ |
|
1201 |
+ .nav-rss svg { |
|
1202 |
+ fill: var(--text-primary); |
|
1203 |
+ } |
|
1204 |
+ |
| |
@@ -1177,0 +1207 @@ body { |
|
1207 |
+ border-color: var(--text-muted); |