Skip to content
This repository was archived by the owner on May 4, 2025. It is now read-only.
/ DNOME Public archive

Commit 25fd243

Browse files
authored
fix: forum (#21)
1 parent 958f459 commit 25fd243

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

src/modules/main/chat/global.less

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
div[class*="chat_"] {
2-
32
// New messages bar at the top.
43
div[class*="newMessagesBar"],
54
div[class*="jumpToPresentBar_"] {
@@ -20,6 +19,10 @@ div[class*="chat_"] {
2019
}
2120

2221
>div[class*="content_"] {
22+
>div[class*="container_"] {
23+
border: none !important;
24+
}
25+
2326
div[class*="divider_"] {
2427
border-color: var(--dnome-border);
2528
margin-left: 0rem;

src/modules/main/forum.less

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// Forums
2-
div[data-list-id*="forum-channel-list_"][class*="list_"][class*="scrollerBase_"] {
2+
div[data-list-id*="forum-channel-list-"][class*="list_"][class*="scrollerBase_"] {
3+
background-color: var(--dnome-scroll-bg);
4+
35
div[class*="headerRow_"] {
46
>div[class*="mainCard_"] {
57
border-radius: var(--dnome-border-small);

0 commit comments

Comments
 (0)