23e71b56ac
Change-Id: Idb362dde1872f2ed934f67d349eb1693c6c9c074 Reviewed-on: https://gerrit.libreoffice.org/81257 Reviewed-by: Szymon Kłos <szymon.klos@collabora.com> Tested-by: Szymon Kłos <szymon.klos@collabora.com>
17 lines
384 B
CSS
17 lines
384 B
CSS
@media (max-width: 767px), (max-device-height: 767px) {
|
|
|
|
@-moz-document url-prefix() {
|
|
#spreadsheet-row-column-frame.readonly {
|
|
top: 39px !important;
|
|
}
|
|
#document-container.spreadsheet-document.readonly {
|
|
top: 59px !important;
|
|
}
|
|
#spreadsheet-row-column-frame {
|
|
top: 75px !important
|
|
}
|
|
#document-container.spreadsheet-document {
|
|
top: 95px !important;
|
|
}
|
|
}
|
|
}
|