Skip to content

fix issues from #32 #33

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 35 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
83c7408
add .DS_Store to .gitignore
stellophiliac Sep 23, 2024
49a2944
fix setting tab underline & status bubble
stellophiliac Sep 23, 2024
8726a80
remove some whitespace
stellophiliac Sep 23, 2024
71b0862
some comments
stellophiliac Sep 23, 2024
9cb915b
remove top border of modal footers
stellophiliac Sep 23, 2024
8284966
fix light mode color override issue
stellophiliac Sep 23, 2024
4ca3b4a
add a missing bracket
stellophiliac Sep 23, 2024
5160041
use class^= instead of specifying light and dark themes
stellophiliac Sep 23, 2024
0154e13
remove forum grid shadow
stellophiliac Sep 23, 2024
2f504d9
some vc fixes
stellophiliac Sep 29, 2024
dfb2a0f
more fixes, mostly voice
stellophiliac Sep 29, 2024
d13ba5f
fix "input" title on forum
stellophiliac Oct 18, 2024
b0e7ed3
search popup color variables
stellophiliac Oct 18, 2024
25c3710
make "open in browser" white like the forward button
stellophiliac Oct 18, 2024
5aba8d4
add margin to "this post has been locked" header
stellophiliac Oct 18, 2024
99ea62d
Merge remote-tracking branch 'remotes/upstream/main'
stellophiliac Nov 22, 2024
1e31ea7
remove random bracket
stellophiliac Nov 22, 2024
a924cd1
remove redundancy
stellophiliac Nov 22, 2024
e3675f6
move my additions to the bottom
stellophiliac Nov 22, 2024
6cb4e40
add more color vars
stellophiliac Nov 22, 2024
f80cec3
add placeholder text color
stellophiliac Nov 22, 2024
dfa58dd
change primary-400
stellophiliac Nov 22, 2024
7cda616
change primary-400 again to be darker
stellophiliac Nov 22, 2024
ffe0698
color audio controls
stellophiliac Nov 22, 2024
9b5dcd2
color call button dropdown arrows
stellophiliac Nov 22, 2024
0cf576e
change vc names to --redesign-button-overlay-alpha-text
stellophiliac Nov 22, 2024
715d08c
fix "input" label so it's on the chat bar but not the forum input
stellophiliac Nov 22, 2024
160b5e3
REDO Merge remote-tracking branch 'upstream/main'
stellophiliac Nov 26, 2024
55dbfb5
fix coloring on voice connected box
stellophiliac Nov 26, 2024
f0911c3
fix coloring on vc names
stellophiliac Nov 26, 2024
e6a2c81
Merge remote-tracking branch 'upstream/main'
stellophiliac Jan 10, 2025
0cb72fd
Merge remote-tracking branch 'upstream/main'
stellophiliac Jan 30, 2025
42333eb
Merge remote-tracking branch 'upstream/main'
stellophiliac Feb 3, 2025
48bada9
Merge remote-tracking branch 'upstream/main'
stellophiliac Feb 13, 2025
584086d
remove grid forum post shadow
stellophiliac Feb 13, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules/

.env
.env
**/.DS_Store
92 changes: 86 additions & 6 deletions src/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
.stackedBars__74017, .replyBar__841c8, .threadSuggestionBar__841c8 /* reply, thread, atttachment bars above chat bar */,
.panels_c48ade /* user panel */,
#app-mount #vc-spotify-player,
.panels_c48ade>.panel__5dec7 /* streaming panel */,
.panels_c48ade>.panel__5dec7 /* streaming panel */,
.panels_c48ade>.container__37e49 /* user panel inner */,
.container_c8ffbb /* member list */,
.members_c8ffbb /* member list inner */,
Expand Down Expand Up @@ -111,7 +111,7 @@
.lookFilled__201d5.colorPrimary__201d5 /* neutral buttons (like in account settings) */,
#app-mount .lookLink__201d5.colorPrimary__201d5 /* link buttons (like in account settings) */,
.friendRequestsButton__523aa>.numberBadge__2b1f5 /* inbox friend requests number */,
.searchFilter_bd816, .searchAnswer_bd8186,
.searchFilter_bd816, .searchAnswer_bd8186,
.partyStatus__4d3fa .anchor_edefb8 /* spotify listen along link */,
.partyStatus__4d3fa /* spotify listen along text */,
.iconBadge__650eb:not(.isCurrentUserConnected__650eb) /* vc icon */,
Expand Down Expand Up @@ -583,8 +583,14 @@ h3[data-text-variant='heading-xxl/extrabold'] {
font-weight: 400;
}

.theme-dark,
html.theme-light {
h3[data-text-variant='heading-xxl/extrabold'] {
font-family: 'asciid';
font-size: 50px;
font-weight: 400;
}

@supports (color:color-mix(in lch,red,blue))and (top:var(--f)) {
.theme-light, .theme-dark {
--action-sheet-gradient-bg: var(--primary-630);
--activity-card-background: var(--bg-0);
--activity-card-icon-overlay: hsl(223 calc(1 * 6.7%) 20.6% / 0.85);
Expand Down Expand Up @@ -729,7 +735,7 @@ html.theme-light {
--divider-subtle: hsl(0 calc(1 * 0%) 100% / 0.08);
--embed-background: var(--primary-630);
--embed-background-alternate: var(--primary-600);
--embed-title: var(--primary-130);
--embed-title: var(--txt-0);
--expression-picker-bg: var(--primary-630);
--focus-primary: var(--blue-345);
--forum-post-extra-media-count-container-background: hsl(228 calc(1 * 6.7%) 14.7% / 0.8);
Expand Down Expand Up @@ -867,6 +873,11 @@ html.theme-light {
--scrollbar-auto-track: transparent;
--scrollbar-thin-thumb: var(--bg-1);
--scrollbar-thin-track: transparent;
--search-popout-date-picker-hint-text: var(--txt-1);
--search-popout-date-picker-hint-value-text: var(--white-500);
--search-popout-option-filter-text: var(--txt-1);
--search-popout-option-non-text-color: var(--txt-1);
--search-popout-option-filter-color: var(--text-1);
--spoiler-hidden-background: var(--primary-700);
--spoiler-revealed-background: var(--primary-660);
--stage-card-pill-bg: var(--primary-630);
Expand Down Expand Up @@ -894,7 +905,7 @@ html.theme-light {
--text-muted-on-default: var(--primary-330);
--text-normal: var(--txt-1);
--text-positive: var(--green);
--text-primary: var(--primary-230);
--text-primary: var(--txt-0);
--text-secondary: var(--primary-330);
--text-warning: var(--yellow-300);
--textbox-markdown-syntax: var(--primary-360);
Expand All @@ -911,12 +922,22 @@ html.theme-light {
--elevation-low: none;
--shadow-ledge: none;

--brand-200: var(--txt-2);
--brand-360: var(--acc-1); /* tab underlines */
--brand-400: var(--acc-2); /* search date picker suggestion hover */
--brand-500: var(--acc-0); /* unread bar, accent buttons, spotify */
--brand-530: var(--acc-0); /* hover highlight in context menu */
--brand-560: var(--acc-1); /* accent button hover */
--brand-600: var(--acc-2); /* accent button active */

--primary-130: var(--bg-0); /* vc controls (2?) */
--primary-230: var(--bg-1); /* vc controls hover (2?) */
--primary-330: var(--txt-2);
--primary-400: var(--bg-3);
--primary-500: var(--bg-2); /* neutral button background */
--primary-600: var(--bg-1); /* status bubbles, modals */
--primary-630: var(--bg-1); /* vc controls */
--primary-700: var(--bg-2); /* vc controls hover */
--primary-800: var(--bg-0); /* call background */

--white-500: var(--txt-dark); /* THE BANE OF MY EXISTENCE */
Expand All @@ -933,6 +954,7 @@ html.theme-light {
--green-530: var(--green-2);

--twitch: var(--acc-1);
}
}

/* begin 909 commits */
Expand Down Expand Up @@ -1124,3 +1146,61 @@ html.theme-light {
.burstGlow__23977 {
display: none;
}

/* begin stel commits */

/* placeholder text */
::placeholder {
color: var(--txt-3)!important;
}

/* modal */
[class^='footerSeparator_f9a4c9'] {
box-shadow: none /* remove top border of footer */
}

/* forums */
.textContentFooter__9a337 {
background: none !important /* removes the shadow in grid view forum posts */
}

.chatHeaderBar_e2f46e {
margin-bottom: 10px /* removes overlap between "messages" and "this post has been locked" */
}

/* voice */
.gradientContainer_dd069c {
background: none !important /* removes the top/bottom gradients in voice channels */;
}
.callContainer_d880dc .container_fc4f04::after {
display: none
}
.callContainer_d880dc .container_fc4f04 {
border: 0
}
.button_dd4f85.colorable_ef18ee.red_ef18ee svg {
color: var(--white-500) !important /* disconnect button */
}
.colorable_ef18ee.primaryDark_ef18ee {
color: inherit
}
.heading_a5ea57 {
color: var(--txt-0) !important /* "you're the only one here. */
}

/* image popup */
.downloadLink_a15d41 {
color: white!important /* QUICK FIX, same color as the forward button but technically not themed */
}

/* audio controls */
.audioControls_f72aac {
background-color: var(--bg-1);
color: var(--txt-1)
}

.controlIcon_f72aac {
color: inherit
}

/* end stel commits */