Skip to content

Commit

Permalink
restructure
Browse files Browse the repository at this point in the history
some of my code doesnt work in the order i had it, pushed all to bottom
so overrides are properly set.
  • Loading branch information
909oce committed Oct 23, 2024
1 parent 7f44ad6 commit bc67a96
Showing 1 changed file with 22 additions and 27 deletions.
49 changes: 22 additions & 27 deletions src/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -257,10 +257,7 @@ svg[class^=slider_] > rect[fill='white'] /* settings checkbuttons slider */ {
margin-top: 0;
}
.form_a7d72e::after,
.form_a7d72e::before,
/* remove call container gradient */
[class^=gradientTop_],
[class^=gradientBottom_]
.form_a7d72e::before
{
display: none !important;
}
Expand Down Expand Up @@ -413,14 +410,9 @@ svg[class^=slider_] > rect[fill='white'] /* settings checkbuttons slider */ {
[class^=peopleColumn_] /* friends page */ ,
.tabBody_c2739c /* friends page outer */,
.container_d1c246 /* thread outer */,
[class^=container_] > [class^=base_],
[class^=callContainer_] {
[class^=container_] > [class^=base_] {
overflow: visible;
}
/* remove black call container */
[class^=callContainer_] {
background: none!important;
}
.scroller_fb4810 /* new thread messages box */ {
overflow: visible !important;
}
Expand Down Expand Up @@ -551,13 +543,27 @@ svg[class^=slider_] > rect[fill='white'] /* settings checkbuttons slider */ {
order: -1;
}

/* text selected highlight */
/* begin 909 commits */
::placeholder {
color: var(--txt-3)!important;
}
::selection {
color: var(--bg-0);
background: var(--txt-1);
}

/* call container border and such */
[class^=callContainer_] {
overflow: visible;
background: none!important;
}
[class^=gradientTop_],
[class^=gradientBottom_] {
display: none!important;
}
[class^=topControls_],
[class^=bottomControls_] {
opacity: 1!important;
transform: none!important;
}
[class^=callContainer_] {
overflow-x: hidden;
border-radius: var(--panel-roundness);
Expand Down Expand Up @@ -590,21 +596,10 @@ svg[class^=slider_] > rect[fill='white'] /* settings checkbuttons slider */ {
transition: color var(--border-transition);
}

[class^=topControls_],
[class^=bottomControls_] {
opacity: 1!important;
transform: none!important;
}

/* fullscreen call left margin fix */
.wrapper_fea3ef.guilds_a4d4d9.hidden_fea3ef {
display: none!important;
}

/* placeholder text fixes */
::placeholder {
color: var(--txt-3)!important;
.wrapper_fea3ef.hidden_fea3ef {
display: none;
}
/* end 909 commits */

.theme-dark,
html.theme-light {
Expand Down

0 comments on commit bc67a96

Please sign in to comment.