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
This commit is contained in:
parent
699e97559d
commit
ace44af815
@ -1644,8 +1644,8 @@ StScrollBar {
|
|||||||
|
|
||||||
.keyboard-key {
|
.keyboard-key {
|
||||||
background-color: #393f3f;
|
background-color: #393f3f;
|
||||||
min-height: 2em;
|
min-height: 1.2em;
|
||||||
min-width: 2em;
|
min-width: 1.2em;
|
||||||
font-size: 16pt;
|
font-size: 16pt;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
border: 1px solid #464d4d;
|
border: 1px solid #464d4d;
|
||||||
|
Loading…
Reference in New Issue
Block a user