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

Pedro (via logerrit) logerrit at kemper.freedesktop.org
Tue Oct 8 08:57:23 UTC 2019


 loleaflet/css/toolbar.css |    5 +++++
 1 file changed, 5 insertions(+)

New commits:
commit 2eb98ee6f82be0ebd92c262f01c29e02468f26a3
Author:     Pedro <pedro.silva at collabora.com>
AuthorDate: Tue Oct 8 10:23:59 2019 +0200
Commit:     Szymon Kłos <szymon.klos at collabora.com>
CommitDate: Tue Oct 8 10:57:05 2019 +0200

    Fix wrapping icon width when using smaller devices
    
    Change-Id: I0dc74f2385ab638a4faec4907673c0b6b695a9c6
    Reviewed-on: https://gerrit.libreoffice.org/80431
    Reviewed-by: Szymon Kłos <szymon.klos at collabora.com>
    Tested-by: Szymon Kłos <szymon.klos at collabora.com>

diff --git a/loleaflet/css/toolbar.css b/loleaflet/css/toolbar.css
index 494845995..a3306b946 100644
--- a/loleaflet/css/toolbar.css
+++ b/loleaflet/css/toolbar.css
@@ -1,3 +1,8 @@
+ at media (max-width: 407px), (max-device-height: 407px) {
+	#buttonbefore, #buttonafter, #buttonoptimal, #buttonparallel, #buttonnone, #buttonthrough{
+		padding: 18px 28px 18px 28px !important;
+	}
+}
 @media (max-width: 767px), (max-device-height: 767px) {
 	.w2ui-icon.users{
 		background-size: 20px !important;


More information about the Libreoffice-commits mailing list