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:
Pedro Pinto Silva 2022-07-06 11:44:37 +02:00 committed by pedropintosilva
parent fb83b73587
commit 584aa5b8f6

View file

@ -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;