Skip to content

Commit

Permalink
refactor: improve hot zone for theme switch
Browse files Browse the repository at this point in the history
  • Loading branch information
Wxh16144 authored Aug 22, 2023
1 parent 29bd6aa commit 39cd519
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/client/theme-default/slots/ColorSwitch/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,12 @@

select {
position: absolute;
top: 0;
left: 0;
inset: 0 15%;
opacity: 0;
max-width: 100%;
max-height: 16px;
width: 100%;
min-width: 16px;
max-width: 70%;
height: 16px;
cursor: pointer;
}
}

0 comments on commit 39cd519

Please sign in to comment.