web/DownloadButton: fix the button width to prevent moving around

This commit is contained in:
wukko 2025-03-06 14:25:31 +06:00
parent 1f38bf822c
commit 066a47c82d
No known key found for this signature in database
GPG Key ID: 3E30B3F26C7B4AA2

View File

@ -73,6 +73,7 @@
height: 100%;
min-width: 48px;
width: 48px;
border-radius: 0;