Ошибка .theme-switcher
This commit is contained in:
parent
283208857e
commit
1cc33bc9ee
@ -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;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user