LabCodeHub öffentliche Ansicht
Anmelden
Küpper / Quildrop öffentlich

fix: responsive menu

R Rüdiger Küpper <rpr@9it.de> committete am 19.02.2026 00:16
7b6ee73596304baad36ff1c5e70a363361325fd1
1 geänderte Datei(en) +14 −2
Kontextzeilen: 0 1 2 3 10
geändert static/css/style.css
+14 −2 Datei ansehen
@@ -1110,7 +1110,11 @@ body {
1110 1110
        background: var(--bg-primary);
1111 +
        opacity: 1;
1111 1112
        flex-direction: column;
1112 1113
        align-items: center;
1113 -
        justify-content: center;
1114 -
        gap: 1.8rem;
1114 +
        justify-content: flex-start;
1115 +
        gap: 1.5rem;
1116 +
        padding: 5rem 2rem 2rem;
1115 1117
        z-index: 105;
1118 +
        overflow-y: auto;
1119 +
        -webkit-overflow-scrolling: touch;
1116 1120
    }
@@ -1124,2 +1128,3 @@ body {
1124 1128
        font-size: 1.2rem;
1129 +
        color: var(--text-primary);
1125 1130
    }
@@ -1148,2 +1153,3 @@ body {
1148 1153
        font-size: 1rem;
1154 +
        color: var(--text-secondary);
1149 1155
    }
@@ -1161,2 +1167,3 @@ body {
1161 1167
        width: auto;
1168 +
        z-index: 110;
1162 1169
    }
@@ -1166,2 +1173,7 @@ body {
1166 1173
    }
1174 +
1175 +
    .nav-rss,
1176 +
    #theme-toggle {
1177 +
        color: var(--text-primary);
1178 +
    }
1167 1179
}