Skip to content

Commit

Permalink
fix missing comma and add persistence to container
Browse files Browse the repository at this point in the history
  • Loading branch information
909oce committed Oct 23, 2024
1 parent e97361b commit 7f44ad6
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ svg[class^=slider_] > rect[fill='white'] /* settings checkbuttons slider */ {
margin-top: 0;
}
.form_a7d72e::after,
.form_a7d72e::before
.form_a7d72e::before,
/* remove call container gradient */
[class^=gradientTop_],
[class^=gradientBottom_]
Expand Down Expand Up @@ -590,6 +590,12 @@ 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;
Expand Down

0 comments on commit 7f44ad6

Please sign in to comment.