From b94ceed2aa9bc3f777f7c28ef484c7ee982370de Mon Sep 17 00:00:00 2001 From: Aarav <117978682+AaravAtGit@users.noreply.github.com> Date: Sat, 15 Nov 2025 19:54:04 +0530 Subject: [PATCH 1/2] bring chat to foreground --- build/system24.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build/system24.css b/build/system24.css index 7b2b54c..16e8030 100644 --- a/build/system24.css +++ b/build/system24.css @@ -249,7 +249,7 @@ body { display: none; } .content_a2f514::before { - display: block; + display: block; content: url('https://raw.githubusercontent.com/refact0r/system24/refs/heads/main/assets/cats.gif'); } .text_a2f514 { @@ -423,6 +423,8 @@ body { .messagesWrapper__36d07 { mask: none !important; + position: relative; + z-index: 10; } } } From 9161c8c6674f2b222e1387311c7c0a3415e46a01 Mon Sep 17 00:00:00 2001 From: AaravAtGit Date: Sun, 16 Nov 2025 02:53:44 -0800 Subject: [PATCH 2/2] fix hiding of chat text --- build/system24.css | 13 +++++++------ src/panel-labels.css | 9 ++++++--- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/build/system24.css b/build/system24.css index 16e8030..2809e1f 100644 --- a/build/system24.css +++ b/build/system24.css @@ -249,7 +249,7 @@ body { display: none; } .content_a2f514::before { - display: block; + display: block; content: url('https://raw.githubusercontent.com/refact0r/system24/refs/heads/main/assets/cats.gif'); } .text_a2f514 { @@ -367,8 +367,9 @@ body { .peopleColumn__133bf, .tabBody__133bf, .container__01ae2, - .chatContent_f75fb0 { - overflow: visible; + .chatContent_f75fb0, + .messagesWrapper__36d07 { + overflow: visible !important; } .page__5e434, .tabBody__133bf { @@ -380,7 +381,9 @@ body { .sidebarList__5e434, .container_c8ffbb, .peopleColumn__133bf, - .nowPlayingColumn__133bf { + .nowPlayingColumn__133bf, + .messagesWrapper__36d07, + .channelTextArea_f75fb0 { position: relative; } @@ -423,8 +426,6 @@ body { .messagesWrapper__36d07 { mask: none !important; - position: relative; - z-index: 10; } } } diff --git a/src/panel-labels.css b/src/panel-labels.css index 5ffc1d3..3d0fc7d 100644 --- a/src/panel-labels.css +++ b/src/panel-labels.css @@ -95,8 +95,9 @@ body { .peopleColumn__133bf, .tabBody__133bf, .container__01ae2, - .chatContent_f75fb0 { - overflow: visible; + .chatContent_f75fb0, + .messagesWrapper__36d07 { + overflow: visible !important; } .page__5e434, .tabBody__133bf { @@ -108,7 +109,9 @@ body { .sidebarList__5e434, .container_c8ffbb, .peopleColumn__133bf, - .nowPlayingColumn__133bf { + .nowPlayingColumn__133bf, + .messagesWrapper__36d07, + .channelTextArea_f75fb0 { position: relative; }