mirror of
https://github.com/wavetermdev/waveterm.git
synced 2024-12-31 18:18:02 +01:00
add padding around remote status warning (#598)
This commit is contained in:
parent
0649a73d84
commit
35037ac1f1
@ -31,6 +31,8 @@
|
|||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
color: var(--app-warning-color);
|
color: var(--app-warning-color);
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
padding: var(--termpad) calc(var(--termpad) * 2) 0 calc(var(--termpad) * 2);
|
||||||
|
margin-left: 2px;
|
||||||
|
|
||||||
.wave-button,
|
.wave-button,
|
||||||
.button {
|
.button {
|
||||||
|
Loading…
Reference in New Issue
Block a user