Skip to content

Commit

Permalink
flexbox to grid
Browse files Browse the repository at this point in the history
  • Loading branch information
2547techno authored and AnatoleAM committed Jul 26, 2023
1 parent 6f057e0 commit 12fa6b0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/app/settings/SettingsViewBackup.vue
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,8 @@ async function read(file: Blob): Promise<string> {

<style scoped lang="scss">
main.seventv-settings-backup {
display: flex;
flex-direction: column;
align-items: center;
display: grid;
place-items: center;
.seventv-settings-backup-error {
color: rgb(196, 43, 43);
Expand Down

0 comments on commit 12fa6b0

Please sign in to comment.