Space modal counter from arrow

This commit is contained in:
Your Name 2026-01-02 02:10:30 -05:00
parent 4dfeadfe23
commit 6cb6a1e66f
1 changed files with 5 additions and 3 deletions

View File

@ -942,12 +942,14 @@ body[data-theme="blue"] .sw-centered-modal .post-card.sw-expanded-shell{
.sw-modal-gallery-indicator{ .sw-modal-gallery-indicator{
position:absolute; position:absolute;
top:0.75rem; top:0.75rem;
right:0.25rem; right:-6px;
bottom:auto; bottom:auto;
left:auto; left:auto;
transform:none; transform:none;
padding-right:0.3rem; padding:0.1rem 0.5rem;
margin-right:10px; border-radius:999px;
background:rgba(2,6,23,0.65);
box-shadow:0 8px 16px rgba(0,0,0,0.35);
} }
.sw-modal-gallery-indicator span{ .sw-modal-gallery-indicator span{
display:inline-flex; display:inline-flex;