design: changed appearance of arrows on pagination

This commit is contained in:
frosty
2026-04-02 01:16:39 +03:00
parent 478aafcf87
commit f29fa38398
2 changed files with 10 additions and 2 deletions

View File

@@ -538,6 +538,14 @@ header .logo-link:hover {
border-color: var(--accent);
}
[dir="rtl"] .pagination-btn.prev {
transform: scaleX(-1);
}
[dir="rtl"] .pagination-btn.next {
transform: scaleX(-1);
}
@media (max-width:1200px) {
.content-layout {