web/UpdateNotification: reduce right padding

This commit is contained in:
wukko 2024-07-23 16:43:29 +06:00
parent c32a5301a0
commit 8b6775ca86
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -28,7 +28,7 @@
}
.update-button {
padding: 8px 16px 8px 8px;
padding: 8px 12px 8px 8px;
pointer-events: all;
gap: 8px;
margin: var(--padding);