Viewer: Fix responsive and positioning
This commit is contained in:
@@ -233,7 +233,15 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{#if !viewer}
|
||||
<PaginationDots className="carousel__dots" {photos} {currentIndex}
|
||||
on:goToIndex={event => currentIndex = event.detail}
|
||||
/>
|
||||
{/if}
|
||||
</div>
|
||||
|
||||
{#if viewer}
|
||||
<PaginationDots className="carousel__dots" {photos} {currentIndex}
|
||||
on:goToIndex={event => currentIndex = event.detail}
|
||||
/>
|
||||
{/if}
|
||||
|
||||
Reference in New Issue
Block a user