Fixed: compose form would overlap link-footer

This commit is contained in:
Niléane 2023-07-11 17:36:13 +02:00
commit ae6829ab6a
No known key found for this signature in database

View file

@ -427,7 +427,7 @@ body.layout-single-column {
/* 📝 Compose panel
---------------- */
.layout-single-column .compose-form {
padding: 0 0;
padding: 0 0 71px;
}
.layout-single-column .navigation-bar {
border-radius: 7px 7px 0 0;