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:
parent
287620a7c3
commit
2a82dad30e
@ -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;
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user