Skip to content

Commit

Permalink
toolbar order
Browse files Browse the repository at this point in the history
  • Loading branch information
refact0r committed Jun 20, 2024
1 parent 9d7276b commit 69995ed
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion system24.css
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,11 @@ aside[class^='profilePanel_'] {
height: 0;
}

/* toolbar order */
[class^='toolbar_'] > [class^='search_'] {
order: -1;
}

/* unrounding */
::-webkit-scrollbar-thumb,
[class^='avatarStack_']:after,
Expand Down Expand Up @@ -505,7 +510,8 @@ aside[class^='profilePanel_'] {
right: -4px;
}

.theme-dark {
.theme-dark,
.theme-light {
--action-sheet-gradient-bg: var(--primary-630);
--activity-card-background: var(--primary-700);
--activity-card-icon-overlay: hsl(223 calc(1 * 6.7%) 20.6% / 0.85);
Expand Down

0 comments on commit 69995ed

Please sign in to comment.