[Libreoffice-commits] online.git: loleaflet/css

Jan Holesovsky (via logerrit) logerrit at kemper.freedesktop.org
Mon Apr 6 10:06:30 UTC 2020


 loleaflet/css/menubar.css |   12 ------------
 1 file changed, 12 deletions(-)

New commits:
commit 888649f9dc082bdff91977edaaf16771a4428f9a
Author:     Jan Holesovsky <kendy at collabora.com>
AuthorDate: Fri Apr 3 14:08:55 2020 +0200
Commit:     Jan Holesovsky <kendy at collabora.com>
CommitDate: Mon Apr 6 12:06:12 2020 +0200

    mobile: Seems that now we can remove the last remaining @media selector too.
    
    Change-Id: Ife182ef2d9ce56a2bb7b6a6bdf8240c483880ddb
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/91630
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
    Reviewed-by: Jan Holesovsky <kendy at collabora.com>

diff --git a/loleaflet/css/menubar.css b/loleaflet/css/menubar.css
index 5e7ab15c5..c3dc4a8f5 100644
--- a/loleaflet/css/menubar.css
+++ b/loleaflet/css/menubar.css
@@ -256,18 +256,6 @@
 	background-position: bottom;
 }
 
-/* FIXME remove this @media; but for the moment doing so breaks the cypress
- * tests.
- */
- at media (max-width: 767px), (max-device-height: 767px) {
-    .main-nav {
-        position: absolute;
-        height: 0;
-        width: 100%;
-        top: 37px; /*set equal to toolbar up's height*/
-    }
-}
-
 #menu-last-mod a {
     color: grey;
     text-decoration: underline;


More information about the Libreoffice-commits mailing list