mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-20 16:38:37 +01:00
Avoid visual artefacts when side_menu_foldable is enabled.
This commit is contained in:
parent
932bb68c26
commit
76e1426f92
|
|
@ -517,3 +517,10 @@ dd {
|
|||
border-radius: 0.25rem; // was $border-radius, but that var isn't accessible here.
|
||||
}
|
||||
}
|
||||
|
||||
// Avoid visual artefacts with sidebar_menu_foldable / foldable-nav
|
||||
nav.foldable-nav {
|
||||
.td-sidebar-nav__section, .with-child ul {
|
||||
margin: initial;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue