From 13188812250aa5b9e386fbac83556b6be3e81782 Mon Sep 17 00:00:00 2001 From: NikDizell Date: Wed, 4 Mar 2026 03:43:13 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D1=88=D0=B8=D0=B1=D0=BA=D0=B0=20.theme-s?= =?UTF-8?q?witcher?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- programmer/static/programmer/css/styles.css | 14 ++++++++++---- static/programmer/css/styles.css | 14 ++++++++++---- 2 files changed, 20 insertions(+), 8 deletions(-) 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; }