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%;
height: auto;
margin-top: -120px;
margin-bottom: -45px;
}
}