[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-4' - loleaflet/css
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Tue Mar 19 15:22:37 UTC 2019
loleaflet/css/loleaflet.css | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 72679904b2f81e51d792adfd0a2be26e13bd368d
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: Tue Mar 19 16:22:07 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