diff --git a/css/base.css b/css/base.css index c5cc3f8..31902f2 100644 --- a/css/base.css +++ b/css/base.css @@ -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); } @@ -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; diff --git a/css/candy-land.css b/css/candy-land.css index 75e7c56..c7799d3 100644 --- a/css/candy-land.css +++ b/css/candy-land.css @@ -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; @@ -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) */{ @@ -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 */{ @@ -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; +} \ No newline at end of file