Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Notebookbar: shortcuts: Avoid setting hard height
Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com>
Change-Id: Ifc5e19dfd23bc1c61f0095e68bc0fa52e82b84f4
  • Loading branch information
pedropintosilva committed Nov 4, 2020
1 parent 3251739 commit 5b862c5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion loleaflet/css/notebookbar.css
Expand Up @@ -74,7 +74,7 @@

.notebookbar-shortcuts-bar .unotoolbutton.notebookbar {
margin-right: 10px;
height: 26px;
height: auto;
}

.notebookbar-shortcuts-bar #Menubar.unotoolbutton.notebookbar {
Expand All @@ -85,9 +85,12 @@
width: 16px !important;
height: 16px !important;
margin-right: 0px;
}
.notebookbar-shortcuts-bar #Save > .unobutton {
margin-top: 3px;
}


/* Hamburger icon: from shortcutsbar (notebookbar) */
.hasnotebookbar.text-color-indicator #shortcuts-menubar-icon,
.hasnotebookbar.text-color-indicator #shortcuts-menubar-icon:before,
Expand Down

0 comments on commit 5b862c5

Please sign in to comment.