Formulabar: remove bottom padding from toolbar-wrapper
This was affecting how we perceive padding around formulabar - Making it look uneven (with more space at the bottom) - Making toolbar-wrapper's bg visible at the bottom Remove bottom padding when in presence of spreadsheet so to avoid affecting the other apps Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com> Change-Id: Icce34ecb64781221428130f4a11420b5546003ad
This commit is contained in:
parent
fb83b73587
commit
584aa5b8f6
1 changed files with 4 additions and 0 deletions
|
@ -249,6 +249,10 @@ nav.spreadsheet-color-indicator ~ #sidebar-dock-wrapper {
|
|||
#toolbar-wrapper:not(.mobile) {
|
||||
padding: 3px 0;
|
||||
}
|
||||
/* Remove bottom padding in calc as it affects formulabar*/
|
||||
#toolbar-wrapper.spreadsheet:not(.mobile) {
|
||||
padding-block-end: 0;
|
||||
}
|
||||
|
||||
#toolbar-logo {
|
||||
width: 0;
|
||||
|
|
Loading…
Reference in a new issue