1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2024-11-03 21:04:03 +08:00

Fix map roundness when no markdown #587

This commit is contained in:
Patrik J. Braun 2023-08-06 21:57:35 +02:00
parent 287620a7c3
commit 2a82dad30e
2 changed files with 3 additions and 4 deletions

View File

@ -49,10 +49,7 @@ app-gallery-map {
position: absolute;
right: 4px
}
.blog-wrapper + app-gallery-map {
border-top-right-radius: var(--bs-border-radius);
border-bottom-right-radius: var(--bs-border-radius);
}
.directories {
margin-right: 2px;

View File

@ -52,6 +52,8 @@
</button>
</div>
<app-gallery-map
class="rounded"
[class.rounded-start-0]="ShowMarkDown"
*ngIf="ShowMap"
[photos]="directoryContent?.media | photosOnly"
[gpxFiles]="directoryContent?.metaFile | gpxFiles"></app-gallery-map>