Skip to content

Commit

Permalink
Merge pull request #29 from beanOCE/main
Browse files Browse the repository at this point in the history
Resolves #27 and Fixes "ReadAllNotifications" button cutoff
  • Loading branch information
refact0r authored Sep 17, 2024
2 parents ff87543 + e28baab commit 80a331f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,11 @@ svg[class^=slider_] > rect[fill='white'] /* settings checkbuttons slider */ {
}
}

/*"ReadAllNotifications" button*/
.vc-ranb-button {
font-size: 12px;
}

/* move chat bar out */
:root {
--custom-channel-textarea-text-area-height: 56px;
Expand Down Expand Up @@ -501,6 +506,7 @@ svg[class^=slider_] > rect[fill='white'] /* settings checkbuttons slider */ {
font-family: var(--font-primary);
font-size: 16px;
font-weight: 500;
white-space: no-wrap;
}

/* adjust divider/border thickness */
Expand Down

0 comments on commit 80a331f

Please sign in to comment.