Fix missing padding in reconnect message

This commit is contained in:
Danila Fedorin 2019-08-21 23:29:47 -07:00
parent 115cbd9a76
commit 392d799bcf
1 changed files with 1 additions and 0 deletions

View File

@ -183,6 +183,7 @@ div.reconnect-wrapper {
position: fixed;
bottom: 1.5em;
left: 1.5em;
padding: .85em;
display: flex;
align-items: center;
background-color: $inactive-input-color;