moved navigation to the right

This commit is contained in:
fourtf
2020-10-23 09:32:45 +02:00
parent 74e2242da2
commit 5f54b1b495
7 changed files with 36 additions and 18 deletions
+13 -1
View File
@@ -24,7 +24,12 @@ QComboBox QFrame {
border: 1px solid #66BCFF;
}
chatterino--SettingsPage {
chatterino--SettingsDialog chatterino--SettingsDialogTab {
font-family: "Segoe UI";
font-size: 14;
}
chatterino--SettingsPage #generalSettingsScrollContent {
background: #222;
}
@@ -39,5 +44,12 @@ chatterino--TitleLabel {
}
chatterino--DescriptionLabel {
font-size: 14px;
color: #999;
}
chatterino--NavigationLabel {
font-family: "Segoe UI light";
font-size: 16px;
color: #A6DDF4;
}