Skip to content

Commit

Permalink
馃悰 Fixes allignment for theme buttons #1042
Browse files Browse the repository at this point in the history
  • Loading branch information
Lissy93 committed Dec 31, 2023
1 parent c1f4271 commit be1775d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/Settings/CustomThemeMaker.vue
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,10 @@ div.action-buttons {
min-width: 6rem;
padding: 0.25rem 0.5rem;
margin: 1rem 0.5rem 0.5rem;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
}
}
Expand Down

0 comments on commit be1775d

Please sign in to comment.