Skip to content

Commit

Permalink
Make loader smaller, so it doesn't touch the button edges.
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoboss committed Oct 18, 2022
1 parent 95b8fd9 commit ea3d9e2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,10 @@
flex-direction: column;
align-items: center;
gap: 0.25rem;
& .v-btn__loader {
transform: scale(0.75);
}
}
</style>

Expand Down

0 comments on commit ea3d9e2

Please sign in to comment.