diff --git a/programmer/static/programmer/css/styles.css b/programmer/static/programmer/css/styles.css index c07dae4..c44f85a 100644 --- a/programmer/static/programmer/css/styles.css +++ b/programmer/static/programmer/css/styles.css @@ -147,6 +147,12 @@ body { flex-wrap: wrap; } + .nav-actions { + display: flex; + align-items: center; + gap: 1rem; +} + .nav-link { text-decoration: none; color: var(--text-secondary); @@ -1323,6 +1329,10 @@ body { display: none !important; } + .nav-actions .theme-switcher { + display: none; + } + .mobile-menu-btn { display: block !important; } @@ -1346,10 +1356,6 @@ body { font-size: 1.2rem; } - .theme-switcher { - display: none; - } - .user-menu { display: none; } diff --git a/static/programmer/css/styles.css b/static/programmer/css/styles.css index c07dae4..c44f85a 100644 --- a/static/programmer/css/styles.css +++ b/static/programmer/css/styles.css @@ -147,6 +147,12 @@ body { flex-wrap: wrap; } + .nav-actions { + display: flex; + align-items: center; + gap: 1rem; +} + .nav-link { text-decoration: none; color: var(--text-secondary); @@ -1323,6 +1329,10 @@ body { display: none !important; } + .nav-actions .theme-switcher { + display: none; + } + .mobile-menu-btn { display: block !important; } @@ -1346,10 +1356,6 @@ body { font-size: 1.2rem; } - .theme-switcher { - display: none; - } - .user-menu { display: none; }