Skip to content

Commit

Permalink
fix(sleek): fix toggle size (#1088)
Browse files Browse the repository at this point in the history
fixes #1050
  • Loading branch information
darkthemer authored Jun 30, 2024
1 parent 435cbf6 commit 4374224
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sleek/user.css
Original file line number Diff line number Diff line change
Expand Up @@ -693,8 +693,8 @@ TOGGLE
*/
.x-toggle-indicatorWrapper {
background-color: transparent;
height: 20px;
width: 40px;
height: 20px !important;
width: 40px !important;
box-shadow: 0 0 0 1px var(--spice-subtext);
}

Expand Down

0 comments on commit 4374224

Please sign in to comment.