web/DownloadButton: fix RTL layout

This commit is contained in:
wukko 2025-04-02 21:14:45 +06:00
parent fc42fd7a86
commit cc5dff0a30
No known key found for this signature in database
GPG Key ID: 3E30B3F26C7B4AA2

View File

@ -97,6 +97,9 @@
border-right: 1.5px var(--input-border) solid;
border-top-left-radius: var(--border-radius);
border-bottom-left-radius: var(--border-radius);
direction: ltr;
padding: 0 12px 0 15px;
}
#download-button:focus-visible {