Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
vinceliuice committed Oct 29, 2024
1 parent 2a4e21e commit 2ef8de7
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/sass/gtk/_common-3.0.scss
Original file line number Diff line number Diff line change
Expand Up @@ -508,8 +508,8 @@ treeview entry {

button {
min-height: 24px;
min-width: 16px;
padding: ($medium-size - 24px) / 2 ($medium-size - 16px) / 2;
min-width: 24px;
padding: ($medium-size - 24px) / 2 ($medium-size - 24px) / 2;
border-radius: $corner-radius;
font-weight: 500;
@extend %button-basic;
Expand Down
12 changes: 12 additions & 0 deletions src/sass/gtk/apps/_misc.scss
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,18 @@ window.background:not(.csd) {
}
}

#TopToolbars .toolbar {
background: none;
}

#Statusbar {
padding-left: 8px;

spinbutton {
margin: 6px 0;
}
}

#CanvasTable {
button {
min-height: 16px;
Expand Down
2 changes: 1 addition & 1 deletion src/sass/libadwaita/apps/_nautilus.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
.floating-bar {
min-height: 32px;
padding: 0;
margin: $base_padding / 2;
margin: if($gnome_version == 'default', $base_padding, $base_padding / 2);
border-style: none;
border-radius: $button_radius;
background-color: $accent_color;
Expand Down

0 comments on commit 2ef8de7

Please sign in to comment.