[gnome-shell-sass] theme: Reduce minimum OSK key width/height
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell-sass] theme: Reduce minimum OSK key width/height
- Date: Thu, 7 Feb 2019 16:42:06 +0000 (UTC)
commit 5abdd1d143cb8a444b70a76cde0e411e0572e86f
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
_common.scss | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/_common.scss b/_common.scss
index 1c4f85f..dc72a49 100644
--- a/_common.scss
+++ b/_common.scss
@@ -1644,8 +1644,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]