Reduce readonly toolbar height in calc

Change-Id: If1784b0626080792b7f80c57ff956367be390198
This commit is contained in:
Szymon Kłos 2019-01-30 09:31:44 +01:00
parent 6364ed0a2f
commit 9d96aa4b6b

View file

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