Anchor modal arrows to edges

This commit is contained in:
Your Name 2026-01-02 02:21:35 -05:00
parent e768674bfd
commit 5ec9abd874
1 changed files with 2 additions and 2 deletions

View File

@ -915,10 +915,10 @@ body[data-theme="blue"] .sw-centered-modal .post-card.sw-expanded-shell{
transform:translateY(-50%) scale(1);
}
.sw-modal-hero-arrow.left{
left:10px;
left:8px;
}
.sw-modal-hero-arrow.right{
right:50px;
right:8px;
}
.sw-modal-gallery-indicator{