Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

Commit

Permalink
Merge pull request #31 from BlackSparowYT/BlackSparowYT-main-fixes
Browse files Browse the repository at this point in the history
Update main-fixes.css
  • Loading branch information
finnjosten authored Feb 3, 2024
2 parents 972bb2c + a4c2740 commit 9ef1df8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main-fixes.css
Original file line number Diff line number Diff line change
Expand Up @@ -731,7 +731,7 @@ div[aria-roledescription="Open Thread Button"] {

/** Popup user || tabs **/

.root_a28985 .tabBarContainer__63f55 { background-color: rgba(0, 0, 0, 0.1); }
.root_a28985 .tabBarContainer__63f55 { background-color: rgba(0, 0, 0, 0.1) !important; }



Expand Down Expand Up @@ -782,7 +782,7 @@ div[aria-roledescription="Open Thread Button"] {
/** Chat screen || Message box **/

.form__13a2c { background-color: var(--background-accent); }
.form__13a2c:before { content: unset; }
.form__13a2c:before { content: unset !important; }
.sansAttachButton__996a4 { padding: 0 16px; background-color: var(--background-primary); }


Expand All @@ -791,7 +791,7 @@ div[aria-roledescription="Open Thread Button"] {

.list_c7a995 { width: 56px; }
.selected_dc074f, .selected_dc074f:hover { background-color: var(--background-primary); }
.autocomplete_df266d { background-color: var(--background-primary); }
.autocomplete_df266d { background-color: var(--background-primary) !important; }
.autocompleteRow_a20cfa{ margin: 5px 0; }
.clickable_f8437d[aria-disabled=false]>.base__76a71:hover { background-color: var(--background-tertiary); }
.categoryHeader_f97a5f { margin-bottom: 10px; background-color: var(--background-tertiary); border-radius: 3px !important; }
Expand Down

0 comments on commit 9ef1df8

Please sign in to comment.