css: Make input sources switcher symbol font smaller
Particularly when using asian languages the symbol could become large enough to not fit in the space we have and we'd end up with a totally ellipsized item. https://bugzilla.gnome.org/show_bug.cgi?id=695001
This commit is contained in:
@ -2511,7 +2511,7 @@ StScrollBar StButton#vhandle:active {
|
||||
}
|
||||
|
||||
.input-source-switcher-symbol {
|
||||
font-size: 42pt;
|
||||
font-size: 34pt;
|
||||
width: 96px;
|
||||
height: 96px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user