[Libreoffice-commits] online.git: loleaflet/css
Jan Holesovsky (via logerrit)
logerrit at kemper.freedesktop.org
Wed Apr 1 06:51:30 UTC 2020
loleaflet/css/device-mobile.css | 12 ++++++++++++
loleaflet/css/loleaflet.css | 12 ------------
2 files changed, 12 insertions(+), 12 deletions(-)
New commits:
commit a17c651d6da5303bcb770531b5bfd32543167d3b
Author: Jan Holesovsky <kendy at collabora.com>
AuthorDate: Tue Mar 31 22:16:40 2020 +0200
Commit: Jan Holesovsky <kendy at collabora.com>
CommitDate: Wed Apr 1 08:51:12 2020 +0200
mobile: Move the hamburger menu.
Change-Id: I33da508dc9e8c6a58e85bcca197b6cc39273619d
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/91441
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
Reviewed-by: Jan Holesovsky <kendy at collabora.com>
diff --git a/loleaflet/css/device-mobile.css b/loleaflet/css/device-mobile.css
index bd9018d85..7fd7e4ca3 100644
--- a/loleaflet/css/device-mobile.css
+++ b/loleaflet/css/device-mobile.css
@@ -28,3 +28,15 @@ input#follow-checkbox {
div#w2ui-overlay-actionbar.w2ui-overlay{
margin-left:-7px;
}
+
+/* Related to loleaflet.css */
+#toolbar-hamburger {
+ width: 36px;
+}
+#toolbar-hamburger.menuwizard-opened {
+ width: 36px;
+ height: 43px;
+}
+#toolbar-hamburger.menuwizard-opened .main-menu-btn {
+ padding-top: 10px;
+}
diff --git a/loleaflet/css/loleaflet.css b/loleaflet/css/loleaflet.css
index 7a85ec727..d56a602c4 100644
--- a/loleaflet/css/loleaflet.css
+++ b/loleaflet/css/loleaflet.css
@@ -178,18 +178,6 @@ body {
#toolbar-hamburger {
width: 0;
}
- at media (max-width: 767px) and (orientation: portrait), (max-width: 1023px) and (orientation: landscape) {
- #toolbar-hamburger {
- width: 36px;
- }
- #toolbar-hamburger.menuwizard-opened {
- width: 36px;
- height: 43px;
- }
- #toolbar-hamburger.menuwizard-opened .main-menu-btn {
- padding-top: 10px;
- }
-}
#mobile-edit-button {
position: absolute;
More information about the Libreoffice-commits
mailing list