ui: Changed all font-sizes from pt to px for same results on all platforms

This commit is contained in:
Eberhard Graether
2016-09-09 02:31:11 +02:00
parent f1be68b1a0
commit 1335f9512a
11 changed files with 39 additions and 39 deletions
+2 -2
View File
@@ -1,10 +1,10 @@
* {
font-size: <setting:font_size>pt;
font-size: <setting:font_size>px;
}
#search_box, #search_box * {
font-family: "<setting:font_name>";
font-size: <setting:font_size+2>pt;
font-size: <setting:font_size+2>px;
}
#search_bar {