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,0 +1111 @@ body {
1111 +
        opacity: 1;
@@ -1113,2 +1114,3 @@ body {
1113 -
        justify-content: center;
1114 -
        gap: 1.8rem;
1114 +
        justify-content: flex-start;
1115 +
        gap: 1.5rem;
1116 +
        padding: 5rem 2rem 2rem;
@@ -1115,0 +1118,2 @@ body {
1118 +
        overflow-y: auto;
1119 +
        -webkit-overflow-scrolling: touch;
@@ -1124,0 +1129 @@ body {
1129 +
        color: var(--text-primary);
@@ -1148,0 +1154 @@ body {
1154 +
        color: var(--text-secondary);
@@ -1161,0 +1168 @@ body {
1168 +
        z-index: 110;
@@ -1166,0 +1174,5 @@ body {
1174 +
1175 +
    .nav-rss,
1176 +
    #theme-toggle {
1177 +
        color: var(--text-primary);
1178 +
    }