Skip to content

Commit

Permalink
chore: improve of theme switching button hot zone
Browse files Browse the repository at this point in the history
  • Loading branch information
Wxh16144 committed Aug 21, 2023
1 parent 67aa7cd commit ac291f9
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 ac291f9

Please sign in to comment.