fix framed top border

This commit is contained in:
Stewart Allen 2026-03-03 12:04:39 -05:00
commit 0b3c0b929a
5 changed files with 12 additions and 12 deletions

View file

@ -8,6 +8,10 @@
border-bottom: 1px solid var(--border-gray);
}
#menubar.top{
border-top: 1px solid var(--border-gray);
}
.menubar-separator {
align-self: stretch;
align-items: center;