Skip to content

Commit

Permalink
fix(NodesOfflineDialog): increase padding
Browse files Browse the repository at this point in the history
  • Loading branch information
bludnic committed Aug 21, 2024
1 parent a49ac89 commit 162151d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/NodesOfflineDialog.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<v-dialog v-model="showDialog" width="500" :class="className">
<v-dialog :model-value="true" width="500" :class="className">
<v-card>
<v-card-title class="a-text-header">
{{ t('chats.nodes_offline_dialog.title') }}
Expand Down Expand Up @@ -117,7 +117,7 @@ export default {
margin-right: 8px;
}
&__btn-block {
padding: 0 0 30px 0;
padding: 16px 0 32px 0;
text-align: center;
}
}
Expand Down

0 comments on commit 162151d

Please sign in to comment.