Skip to content

Commit

Permalink
mobile: Fix the gap between the toolbar and the actual document.
Browse files Browse the repository at this point in the history
In the read only case, there were few pixels gap; kill it.

Change-Id: I2012bcbfa9cc3c5f3e50bee7621780661e0bd8ef
Signed-off-by: Pedro Pinto Silva <[email protected]>
  • Loading branch information
kendy authored and pedropintosilva committed Oct 27, 2020
1 parent b4e9426 commit c5c5332
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions loleaflet/css/device-mobile.css
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@ td[id^='tb_spreadsheet-toolbar_item']:focus table.w2ui-button div.w2ui-icon, td[
}

#document-container.readonly.spreadsheet-document {
top: 61px !important;
top: 58px !important;
bottom: 39px;
}

Expand All @@ -628,7 +628,7 @@ td[id^='tb_spreadsheet-toolbar_item']:focus table.w2ui-button div.w2ui-icon, td[
}

#spreadsheet-row-column-frame.readonly {
top: 41px !important;
top: 38px !important;
bottom: 35px !important;
}

Expand Down

0 comments on commit c5c5332

Please sign in to comment.