Skip to content

Commit

Permalink
fix wrong size of button icon in safari
Browse files Browse the repository at this point in the history
  • Loading branch information
mayswind committed Jan 25, 2025
1 parent d39b0ee commit c94c455
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/styles/desktop/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,17 @@ input[type=number] {
}
}

.v-btn {
.v-btn__prepend,
.v-btn__append {
.v-icon {
.v-icon__svg {
width: 1em;
}
}
}
}

.w-100-window-container.v-window > .v-window__container {
width: 100%;
}
Expand Down

0 comments on commit c94c455

Please sign in to comment.