Könnte vielleicht jemand aus diesem Forum den Code zur Nutzung in TB 115 entsprechend ändern?
Teste bitte schon mal das ↓.
CSS
/* Global UI font */
* {
font-size: 18.0px !important;
font-family: Arial !important;
}
/* Set Line Spacing In FolderPane */
ul[role="group"] > li > .container {
min-height: 20px !important;
max-height: 20px !important;
}
ul[role="group"] > li > ul > li > .container {
min-height: 20px !important;
max-height: 20px !important;
}
/* Set Line Spacing In ThreadPane */
table[is="tree-view-table"] {
line-height: 20px !important;
}
Alles anzeigen
P.S.:
Wäre es nicht sinnvoll, Dich mal selbst damit zu beschäftigen?