[Libreoffice-commits] online.git: loleaflet/css
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Wed Mar 20 07:58:15 UTC 2019
loleaflet/css/loleaflet.css | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 9e70d705882b664558ada269e3c39094f23c0ad0
Author: Szymon Kłos <szymon.klos at collabora.com>
AuthorDate: Tue Mar 19 13:04:17 2019 +0100
Commit: Szymon Kłos <szymon.klos at collabora.com>
CommitDate: Wed Mar 20 08:57:57 2019 +0100
Don't hide last modification if height is small
Change-Id: Ic8986e8a9c36bd1c4ede9e604b07d93974c1a05f
diff --git a/loleaflet/css/loleaflet.css b/loleaflet/css/loleaflet.css
index c9a590215..fbc9bddc7 100644
--- a/loleaflet/css/loleaflet.css
+++ b/loleaflet/css/loleaflet.css
@@ -105,7 +105,7 @@ body {
background: url('images/baseline-edit-24px.svg') no-repeat center !important;
}
- at media (max-width: 900px),(max-device-height: 900px) {
+ at media (max-width: 900px) {
#menu-last-mod {
display: none;
}
More information about the Libreoffice-commits
mailing list