Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/trlef19/elk
Browse files Browse the repository at this point in the history
  • Loading branch information
trlef19 committed Apr 26, 2024
2 parents 6f41bc5 + e1a99e6 commit 1beff1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion components/modal/ModalContainer.vue
Expand Up @@ -63,7 +63,7 @@ function handleFavouritedBoostedByClose() {
</ModalDialog>
<ModalDialog
v-model="isPublishDialogOpen"
max-w-180 flex
max-w-180 flex flex-col
@close="handlePublishClose"
>
<!-- This `w-0` style is used to avoid overflow problems in flex layouts,so don't remove it unless you know what you're doing -->
Expand Down
1 change: 1 addition & 0 deletions locales/es.json
Expand Up @@ -73,6 +73,7 @@
"favourited": "Marcado como favorita",
"more": "Más",
"next": "Siguiente",
"open_image_preview_dialog": "Abrir diálogo de vista previa de la imagen",
"prev": "Anterior",
"publish": "Publicar",
"publish_thread": "Publicar hilo",
Expand Down

0 comments on commit 1beff1d

Please sign in to comment.