Style fixes

This commit is contained in:
crschnick 2024-07-23 00:14:49 +00:00
parent e5dbee813c
commit 3c722ffcd1
3 changed files with 11 additions and 8 deletions

View file

@ -56,7 +56,7 @@
}
.root:seamless-frame .browser .top-spacer {
-fx-background-radius: 0 10 0 0;
-fx-background-radius: 0 6 0 0;
}
.browser .welcome .button:hover {
@ -238,7 +238,7 @@
}
.root:seamless-frame .browser .tab-header-area {
-fx-background-radius: 0 10 0 0;
-fx-background-radius: 0 6 0 0;
}
.browser .browser-content {

View file

@ -45,8 +45,11 @@
-fx-padding: 5 0 0 0;
}
.root:macos .store-entry-grid .name {
-fx-padding: 6 0 0 0;
}
.store-entry-grid.dense .name {
.root .store-entry-grid.dense .name {
-fx-padding: 0 0 0 0;
}

View file

@ -10,7 +10,7 @@
}
.root:macos:seamless-frame {
-fx-padding: 0 0 25 0;
-fx-padding: 0 0 27 0;
}
.root:dark:separate-frame .background {
@ -50,8 +50,8 @@
.root:seamless-frame.layout > .background {
-fx-background-insets: 5 0 0 0;
-fx-border-insets: 5 0 0 0;
-fx-background-radius: 0 10 0 0;
-fx-border-radius: 0 10 0 0;
-fx-background-radius: 0 6 0 0;
-fx-border-radius: 0 6 0 0;
-fx-border-width: 1 1 0 0;
-fx-border-color: -color-border-default;
-fx-padding: 0 0 0 0;
@ -63,8 +63,8 @@
}
.root:seamless-frame.layout > .background > * {
-fx-background-radius: 0 10 0 0;
-fx-border-radius: 0 10 0 0;
-fx-background-radius: 0 6 0 0;
-fx-border-radius: 0 6 0 0;
}
.toggle-switch:has-graphic .label {