layouts: Change "small"-outline to "small-row"-outline in terminal-layouts

and change the font-size for the "small"-outline back to 0.5em,
so that the font-size for custom-layouts that use it does not change.

Part-of: <https://gitlab.gnome.org/World/Phosh/squeekboard/-/merge_requests/704>
This commit is contained in:
MoonlightWave-12
2024-11-15 11:45:20 +01:00
parent c84762d619
commit e01f2da83f
13 changed files with 166 additions and 162 deletions

View File

@ -58,6 +58,10 @@ sq_button.action {
}
sq_button.small {
font-size: 0.5em;
}
sq_button.small-row {
font-size: 0.575em;
}