diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2017-12-19 12:40:47 +0100 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2017-12-19 14:12:44 +0100 |
| commit | ef955341235725d355416815c93df18423d433d5 (patch) | |
| tree | f81f73db8cf38f95c534f48a75db48856c4a4c67 | |
| parent | 557595d2c4673004bf0e1218c8bbdc748c7c63b6 (diff) | |
| download | mullvadvpn-ef955341235725d355416815c93df18423d433d5.tar.xz mullvadvpn-ef955341235725d355416815c93df18423d433d5.zip | |
Fix margin to prevent a footer view from jumping when connected
| -rw-r--r-- | app/components/Connect.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/components/Connect.css b/app/components/Connect.css index 37d0328511..41c3c61894 100644 --- a/app/components/Connect.css +++ b/app/components/Connect.css @@ -57,7 +57,7 @@ .connect__status { padding: 0 24px; - margin-top: 96px; + margin-top: 94px; margin-bottom: auto; } |
