add padding around remote status warning (#598)

This commit is contained in:
Red J Adaya 2024-04-26 04:29:24 +08:00 committed by GitHub
parent 0649a73d84
commit 35037ac1f1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,6 +31,8 @@
flex-direction: row;
color: var(--app-warning-color);
align-items: center;
padding: var(--termpad) calc(var(--termpad) * 2) 0 calc(var(--termpad) * 2);
margin-left: 2px;
.wave-button,
.button {