Skip to content

Commit

Permalink
fix(topbar): support both topbar structures (#54)
Browse files Browse the repository at this point in the history
fix(topbar): support both topbar structures
  • Loading branch information
ghostx31 authored Oct 27, 2023
2 parents 09f2c16 + d759623 commit cac08f2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions catppuccin/src/_top_bar.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
:root .Root__top-bar header {
:root .Root__top-bar header,
:root .main-topBar-container {
// Normalize button hover effect
button:not(.x-searchInput-searchInputClearButton),
.main-topBar-button {
Expand All @@ -19,7 +20,7 @@
color: var(--spice-player);
}

// Search bar
// Search bar
.x-searchInput-searchInputInput {
background-color: var(--spice-overlay0);
color: var(--spice-subtext) !important;
Expand Down

0 comments on commit cac08f2

Please sign in to comment.