Fix Primal menu options hiding

This commit is contained in:
Bojan Mojsilovic 2023-12-14 17:06:15 +01:00
parent bc6cc9e8e5
commit 8498790605
2 changed files with 3 additions and 2 deletions

View File

@ -20,7 +20,7 @@
right: unset;
}
&.hidden {
display: none;
visibility: hidden;
}
}
@ -46,6 +46,6 @@
right: unset;
}
&.hidden {
display: none;
visibility: hidden;
}
}

View File

@ -56,4 +56,5 @@
border-top: 1px solid var(--subtile-devider);
width: 100%;
height: 0px;
margin-block: 8px;
}