Skip to content

Commit

Permalink
also fix additional place regarding album modal header
Browse files Browse the repository at this point in the history
Signed-off-by: Simon L <[email protected]>
  • Loading branch information
szaimen committed Jan 19, 2024
1 parent 240184d commit 2bc7735
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/views/Albums.vue
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@
</CollectionsList>

<NcModal v-if="showAlbumCreationForm"
:name="t('photos', 'New album')"
@close="showAlbumCreationForm = false">
<h2 class="album-creation__heading">{{ t('photos', 'New album') }}</h2>
<AlbumForm @done="handleAlbumCreated" />
</NcModal>
</div>
Expand Down Expand Up @@ -162,4 +162,10 @@ export default {
text-overflow: ellipsis;
}
}

.album-creation__heading {
padding: calc(var(--default-grid-baseline) * 4);
margin-bottom: 0px;
padding-bottom: 0px;
}
</style>

0 comments on commit 2bc7735

Please sign in to comment.