mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 07:12:40 +02:00
Create App: menubar: minor css adjustment
The menu separator wasn't full width.
This commit is contained in:
parent
6565270648
commit
ec04f06816
1 changed files with 1 additions and 1 deletions
|
@ -1969,7 +1969,7 @@ div.entity-list-menu {
|
|||
}
|
||||
|
||||
div.menu-separator{
|
||||
width: 90%;
|
||||
width: 100%;
|
||||
height: 2px;
|
||||
background-color: #505050;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue