1
0
Fork 0
mirror of https://github.com/mastodon/mastodon.git synced 2024-08-20 21:08:15 -07:00

Add margin-bottom to error.dialog to reduce whitespace

This commit is contained in:
forsamori 2023-07-04 14:50:13 +01:00
parent 182fd93a07
commit b206357f96

View file

@ -139,6 +139,7 @@ body {
width: 100%; width: 100%;
height: auto; height: auto;
margin-top: -120px; margin-top: -120px;
margin-bottom: -45px;
} }
} }