Skip to content

Commit 6c62e5a

Browse files
committed
Fixes "Read All" cutoff
1 parent ff87543 commit 6c62e5a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/main.css

Lines changed: 5 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;

0 commit comments

Comments
 (0)