Navigator: Fix alignment to coincide w/sidebar properties expanders
Zeroing margin and padding otherwise we inherit px Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com> Change-Id: I1dedb755b3fb16ac2da6af95b4a0c4d5e5910715
This commit is contained in:
parent
f4f95b27cf
commit
9010d0125e
1 changed files with 4 additions and 0 deletions
|
@ -331,7 +331,11 @@ button#button2.ui-pushbutton.jsdialog.sidebar {
|
|||
#NavigatorDeck * {
|
||||
border: none;
|
||||
}
|
||||
#NavigatorDeck .ui-expander-content > .root-container.jsdialog {
|
||||
margin: 0;
|
||||
}
|
||||
#NavigatorDeck .ui-treeview-entry {
|
||||
padding-inline-start: 0;
|
||||
background-color: transparent;
|
||||
margin-block-end: 8px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue