mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 14:18:24 +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{
|
div.menu-separator{
|
||||||
width: 90%;
|
width: 100%;
|
||||||
height: 2px;
|
height: 2px;
|
||||||
background-color: #505050;
|
background-color: #505050;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue