Ошибка .theme-switcher

This commit is contained in:
NikDizell 2026-03-04 03:43:13 +03:00
parent 283208857e
commit 1318881225
2 changed files with 20 additions and 8 deletions

View File

@ -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;
}

View File

@ -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;
}