[gnome-shell/wip/carlosg/osk-emoji-and-keypad: 4/11] theme: Reduce minimum OSK key width/height



commit b79e7d9d113a9d3531f43a355aae6ef9e10d0bea
Author: Carlos Garnacho <carlosg gnome org>
Date:   Mon Jan 21 21:34:27 2019 +0100

    theme: Reduce minimum OSK key width/height
    
    The OSK panel uses 1/3rd of the monitor height, plus we specify a minimum
    size for the keys. This doesn't play along if contents won't fit (short
    monitor, big fonts, ...) pushing contents offscreen. Reduce the minimum
    size a bit so there's better chances to fit.
    
    Closes: https://gitlab.gnome.org/GNOME/gnome-shell/issues/675

 data/theme/gnome-shell-sass/_common.scss | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/theme/gnome-shell-sass/_common.scss b/data/theme/gnome-shell-sass/_common.scss
index 22f9e826e..fc567dd2d 100644
--- a/data/theme/gnome-shell-sass/_common.scss
+++ b/data/theme/gnome-shell-sass/_common.scss
@@ -1655,8 +1655,8 @@ StScrollBar {
 
   .keyboard-key {
     background-color: #393f3f;
-    min-height: 2em;
-    min-width: 2em;
+    min-height: 1.2em;
+    min-width: 1.2em;
     font-size: 16pt;
     border-radius: 3px;
     border: 1px solid #464d4d;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]