Reduce readonly toolbar height in calc
Change-Id: If1784b0626080792b7f80c57ff956367be390198
This commit is contained in:
parent
6364ed0a2f
commit
9d96aa4b6b
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
}
|
||||
|
||||
#document-container.spreadsheet-document.readonly {
|
||||
top: 61px;
|
||||
top: 56px;
|
||||
}
|
||||
|
||||
#document-container.spreadsheet-document.tablet {
|
||||
|
@ -74,7 +74,7 @@
|
|||
}
|
||||
|
||||
#spreadsheet-row-column-frame.readonly {
|
||||
top: 41px;
|
||||
top: 36px;
|
||||
}
|
||||
|
||||
#spreadsheet-row-column-frame.tablet {
|
||||
|
|
Loading…
Reference in a new issue