mirror of
https://github.com/bpatrik/pigallery2.git
synced 2024-12-23 01:27:14 +02:00
Fix map roundness when no markdown #587
This commit is contained in:
parent
287620a7c3
commit
2a82dad30e
@ -49,10 +49,7 @@ app-gallery-map {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
right: 4px
|
right: 4px
|
||||||
}
|
}
|
||||||
.blog-wrapper + app-gallery-map {
|
|
||||||
border-top-right-radius: var(--bs-border-radius);
|
|
||||||
border-bottom-right-radius: var(--bs-border-radius);
|
|
||||||
}
|
|
||||||
|
|
||||||
.directories {
|
.directories {
|
||||||
margin-right: 2px;
|
margin-right: 2px;
|
||||||
|
@ -52,6 +52,8 @@
|
|||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<app-gallery-map
|
<app-gallery-map
|
||||||
|
class="rounded"
|
||||||
|
[class.rounded-start-0]="ShowMarkDown"
|
||||||
*ngIf="ShowMap"
|
*ngIf="ShowMap"
|
||||||
[photos]="directoryContent?.media | photosOnly"
|
[photos]="directoryContent?.media | photosOnly"
|
||||||
[gpxFiles]="directoryContent?.metaFile | gpxFiles"></app-gallery-map>
|
[gpxFiles]="directoryContent?.metaFile | gpxFiles"></app-gallery-map>
|
||||||
|
Loading…
Reference in New Issue
Block a user