Skip to content

Commit 80a331f

Browse files
authored
Merge pull request #29 from beanOCE/main
Resolves #27 and Fixes "ReadAllNotifications" button cutoff
2 parents ff87543 + e28baab commit 80a331f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/main.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,11 @@ svg[class^=slider_] > rect[fill='white'] /* settings checkbuttons slider */ {
240240
}
241241
}
242242

243+
/*"ReadAllNotifications" button*/
244+
.vc-ranb-button {
245+
font-size: 12px;
246+
}
247+
243248
/* move chat bar out */
244249
:root {
245250
--custom-channel-textarea-text-area-height: 56px;
@@ -501,6 +506,7 @@ svg[class^=slider_] > rect[fill='white'] /* settings checkbuttons slider */ {
501506
font-family: var(--font-primary);
502507
font-size: 16px;
503508
font-weight: 500;
509+
white-space: no-wrap;
504510
}
505511

506512
/* adjust divider/border thickness */

0 commit comments

Comments
 (0)