fix framed top border
This commit is contained in:
parent
357e25f548
commit
0b3c0b929a
5 changed files with 12 additions and 12 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue