Reposition modal counter

This commit is contained in:
Your Name 2026-01-02 02:20:17 -05:00
parent 6a0dcc650d
commit e768674bfd
1 changed files with 3 additions and 3 deletions

View File

@ -918,13 +918,13 @@ body[data-theme="blue"] .sw-centered-modal .post-card.sw-expanded-shell{
left:10px; left:10px;
} }
.sw-modal-hero-arrow.right{ .sw-modal-hero-arrow.right{
right:10px; right:50px;
} }
.sw-modal-gallery-indicator{ .sw-modal-gallery-indicator{
position:absolute; position:absolute;
top:0.75rem; top:0.75rem;
right:calc(10px + 60px + 14px); right:14px;
padding:0.2rem 0.65rem; padding:0.2rem 0.65rem;
border-radius:999px; border-radius:999px;
background:rgba(0,0,0,0.6); background:rgba(0,0,0,0.6);