Skip to content

Commit

Permalink
Candy land improvements and channel/role browser backgrounds
Browse files Browse the repository at this point in the history
  • Loading branch information
MrTipson committed Feb 7, 2024
1 parent eaee2f0 commit 6cb8b58
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
4 changes: 4 additions & 0 deletions css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,9 @@ Background-modal overrides
.quickswitcher_a3d29a /* quickswitcher */{
background-color: var(--background-modal);
}
/*
Background-primary overrides
*/
.pageWrapper_fef757.pageWrapper_fef757 /* explore servers */{
background-color: var(--background-primary);
}
Expand Down Expand Up @@ -191,6 +194,7 @@ Progress bars / draggables
/*
Background removals
*/
.scrollerContainer_bf5dbd.scrollerContainer_bf5dbd /* server customisation (roles) */,
.channelTextArea__2e60f /* message text input - is changed in inner element */,
.container__7590f.container__7590f /* browse channels body (inner) */{
background-color: unset;
Expand Down
12 changes: 11 additions & 1 deletion css/candy-land.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Positioning
.content__4bf10>.sidebar_ded4b5>.thin_b1c063.scrollerBase_dc3aa9 /* discover categories */,
.scroller__1f4dd.auto_a48086.scrollerBase_dc3aa9 /* explore servers */,
.container_b181b6 /* forums */,
.container__10dc7 /* channel browser */,
.peopleColumn__51df3 /* online friends */{
margin: 10px !important;
border-radius: 8px;
Expand Down Expand Up @@ -147,6 +148,7 @@ Colors
}
.container__5c7e7 /* active friends */,
.container_b2ce9c /* members sidebar */,
.container_def45c /* open thread sidebar */,
.chatContent__5dca8 /* chat/message input wrapper */,
.chat__52833 /* chat + header wrapper */,
.sidebar_ded4b5 /* left sidebar (quickswitcher, friends, user area) */{
Expand Down Expand Up @@ -189,7 +191,7 @@ MISC
.form__13a2c:before /* gradient next to message input */,
.tabBody_b3d268::before /* shadow under top bar (friends) */,
.content__1a4fe::before /* shadow under top bar (channel/thread name) */,
.chat_f8f70f::before /* shadow under top bar (thread split view) */{
.chat__1d65d::before /* shadow under top bar (thread split view) */{
display: none;
}
[aria-label="User area"] .button_afdfd9 /* screen share button */{
Expand All @@ -201,3 +203,11 @@ MISC
.scroller__00e7e /* active friends */{
border-left: none;
}
/*-----
Resize handle (forums/threads)
-----*/
.resizeHandle_f1a098 /* handle to resize split view */ {
margin: auto 0 auto -5px;
height: 50%;
border-radius: 8px;
}

0 comments on commit 6cb8b58

Please sign in to comment.