Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixes issue 237
Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com>
Change-Id: I2c05bfc1a8906d6b67e3736174132e5cac9d0052
  • Loading branch information
pedropintosilva committed Nov 3, 2020
1 parent 9cd86f2 commit eee430a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
1 change: 1 addition & 0 deletions loleaflet/css/loleaflet.css
Expand Up @@ -164,6 +164,7 @@ body {
overscroll-behavior-y: none; /* disable the pull to reload gesture */
background: #ffffff;
touch-action: none;
line-height: normal;
}

#presentation-controls-wrapper {
Expand Down
2 changes: 1 addition & 1 deletion loleaflet/css/menubar.css
Expand Up @@ -50,7 +50,7 @@
}

.main-nav.hasnotebookbar:not(.readonly) #document-titlebar {
top: -10px;
top: -11px;
}
.main-nav.readonly #document-titlebar {
top: 1px;
Expand Down
9 changes: 7 additions & 2 deletions loleaflet/css/notebookbar.css
Expand Up @@ -12,7 +12,7 @@
float: left;
font-size: 12pt;
font-family: var(--loleaflet-font);
line-height: 20px;
line-height: normal;
color: dimgray;
height: 24px;
padding: 0px 1em;
Expand Down Expand Up @@ -74,6 +74,11 @@

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

.notebookbar-shortcuts-bar #Menubar.unotoolbutton.notebookbar {
height: 16px;
}

.notebookbar-shortcuts-bar .unotoolbutton.notebookbar .unobutton {
Expand Down Expand Up @@ -118,7 +123,7 @@

.hasnotebookbar #shortcuts-menubar-icon {
position: absolute;
top: 52%;
top: 56%;
left: 0px;
height: 1px;
width: 13px;
Expand Down

0 comments on commit eee430a

Please sign in to comment.