Fixed: compose form would overlap link-footer
This commit is contained in:
parent
b18b347ba8
commit
ae6829ab6a
1 changed files with 1 additions and 1 deletions
|
|
@ -427,7 +427,7 @@ body.layout-single-column {
|
||||||
/* 📝 Compose panel
|
/* 📝 Compose panel
|
||||||
---------------- */
|
---------------- */
|
||||||
.layout-single-column .compose-form {
|
.layout-single-column .compose-form {
|
||||||
padding: 0 0;
|
padding: 0 0 71px;
|
||||||
}
|
}
|
||||||
.layout-single-column .navigation-bar {
|
.layout-single-column .navigation-bar {
|
||||||
border-radius: 7px 7px 0 0;
|
border-radius: 7px 7px 0 0;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue