loleaflet/css/leaflet.css | 2 +- loleaflet/css/loleaflet.css | 2 +- loleaflet/css/menubar.css | 2 +- loleaflet/css/spreadsheet.css | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-)
New commits: commit a74049ac024c00fe09de2978a3a3d60d8e299821 Author: Tor Lillqvist <[email protected]> AuthorDate: Mon May 6 14:35:17 2019 +0300 Commit: Tor Lillqvist <[email protected]> CommitDate: Mon May 6 15:56:53 2019 +0200 Revert "loleaflet: mobile: fix max-width screen size tablet" This makes the iOS app return to how it looked last week. If the reverted change really was intentional and carefully designed for normal Online I don't know what to do. I assume there is no way to have CSS that would be conditional on whether it is running in the iOS app or in a normal browser? This reverts commit 01f37fbbd33292de4d8f64fb753428669cbc34a7. Change-Id: I04eead4b0200c4ca40af56718f92234fe896828e Reviewed-on: https://gerrit.libreoffice.org/71856 Reviewed-by: Szymon Kłos <[email protected]> Reviewed-by: Tor Lillqvist <[email protected]> Tested-by: Tor Lillqvist <[email protected]> diff --git a/loleaflet/css/leaflet.css b/loleaflet/css/leaflet.css index 4b76672d2..8c11b9af8 100644 --- a/loleaflet/css/leaflet.css +++ b/loleaflet/css/leaflet.css @@ -792,7 +792,7 @@ input.clipboard { } } -@media (max-width: 768px),(max-device-height: 768px) { +@media (max-width: 767px),(max-device-height: 767px) { .loleaflet-ruler { height: 0px; display: none; diff --git a/loleaflet/css/loleaflet.css b/loleaflet/css/loleaflet.css index 6078f7155..c029fd0d4 100644 --- a/loleaflet/css/loleaflet.css +++ b/loleaflet/css/loleaflet.css @@ -139,7 +139,7 @@ body { } } -@media (max-width: 768px),(max-device-height: 768px) { +@media (max-width: 767px),(max-device-height: 767px) { /* Show slidesorter beyond 768px only */ #presentation-controls-wrapper { display: none; diff --git a/loleaflet/css/menubar.css b/loleaflet/css/menubar.css index ffbf288c5..099210f9c 100644 --- a/loleaflet/css/menubar.css +++ b/loleaflet/css/menubar.css @@ -256,7 +256,7 @@ background-position: bottom; } -@media (max-width: 768px),(max-device-height: 768px) { +@media (max-width: 767px),(max-device-height: 767px) { .document-logo { width: 35px; height: 38px; diff --git a/loleaflet/css/spreadsheet.css b/loleaflet/css/spreadsheet.css index 2627c222f..4411b69ab 100644 --- a/loleaflet/css/spreadsheet.css +++ b/loleaflet/css/spreadsheet.css @@ -212,7 +212,7 @@ background-repeat: no-repeat; } -@media (max-width: 768px) { +@media (max-width: 767px) { #spreadsheet-toolbar { bottom: 0; } _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
