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

New commits:
commit 2eb98ee6f82be0ebd92c262f01c29e02468f26a3
Author:     Pedro <pedro.si...@collabora.com>
AuthorDate: Tue Oct 8 10:23:59 2019 +0200
Commit:     Szymon Kłos <szymon.k...@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.k...@collabora.com>
    Tested-by: Szymon Kłos <szymon.k...@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 @@
+@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;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to