Skip to content

Commit

Permalink
Merge branch 'master' of github.com:vinceliuice/Orchis-theme
Browse files Browse the repository at this point in the history
  • Loading branch information
vinceliuice committed Dec 20, 2024
2 parents 27af91d + 1c31c30 commit 4c4ec3f
Showing 1 changed file with 18 additions and 19 deletions.
37 changes: 18 additions & 19 deletions src/_sass/gtk/apps/_gnome-4.0.scss
Original file line number Diff line number Diff line change
Expand Up @@ -440,23 +440,6 @@
border-radius: $space-size;
}

.floating-bar {
min-height: $menuitem-size;
padding: $space-size / 2;
margin: if($variant == 'light' and $topbar == 'dark', $space-size * 2, $space-size);
border: none;
border-radius: $circular-radius;
background-color: rgba($background, 0.95);
box-shadow: none;
color: $text;

button {
margin: (32px - $small-size) / 2;

@extend %small-button;
}
}

#NautilusPathBar {
background-color: $titlebar-fill;

Expand All @@ -468,6 +451,23 @@
}
}

.floating-bar {
min-height: $menuitem-size;
padding: $space-size / 2;
margin: if($variant == 'light' and $topbar == 'dark', $space-size * 2, $space-size);
border: none;
border-radius: $circular-radius;
background-color: rgba($background, 0.95);
box-shadow: none;
color: $text;

button {
margin: (32px - $small-size) / 2;

@extend %small-button;
}
}

#NautilusViewCell {
clamp box {
margin: 0;
Expand All @@ -482,11 +482,10 @@
> menubutton > button.image-button {
min-width: $menuitem-size;
min-height: $menuitem-size;
// margin: ($medium-size - $menuitem-size) / 2 0;
padding: 0;
}

> text { margin: 0; }
> * { margin: ($medium-size - $menuitem-size) / 2 0; }
}

#NautilusPathBar {
Expand Down

0 comments on commit 4c4ec3f

Please sign in to comment.