Skip to content

Commit

Permalink
change fullscreen margin class selector
Browse files Browse the repository at this point in the history
  • Loading branch information
909oce committed Oct 22, 2024
1 parent 666f2cc commit e97361b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -591,8 +591,8 @@ svg[class^=slider_] > rect[fill='white'] /* settings checkbuttons slider */ {
}

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

/* placeholder text fixes */
Expand Down

0 comments on commit e97361b

Please sign in to comment.