Skip to content

Commit

Permalink
Sidebar toolbuttons to have the same spacing as the others
Browse files Browse the repository at this point in the history
  • Loading branch information
torakiki committed Dec 14, 2023
1 parent 9acef48 commit a8197fb
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pdfsam-themes/src/main/resources/themes/light/sidebar.css
Expand Up @@ -12,12 +12,6 @@
-fx-vbar-policy: as-needed;
}

.sidebar-buttons {
-fx-background-color: -sidebar-background-color;
-fx-background-insets: 0.0;
-fx-padding: 0.0 0.0 0.0 0.25em;
}

.sidebar-expand-button {
-fx-padding: 0.0 0.0 0.5em 0.0;
-fx-alignment: top-right;
Expand Down Expand Up @@ -45,10 +39,16 @@
}

.sidebar-buttons {
-fx-spacing: 0.5em;
-fx-background-color: -sidebar-background-color;
-fx-background-insets: 0.0;
-fx-spacing: 0.416667em;
-fx-padding: 0.0 0.5em 1.0em 0.5em;
}

.tools-buttons {
-fx-spacing: 0.416667em;
}

.sidebar-button {
-fx-background-radius: 0.666667em, 0.666667em, 0.666667em !important;
-fx-background-insets: 0.0;
Expand Down

0 comments on commit a8197fb

Please sign in to comment.