1
0
mirror of https://github.com/nileane/TangerineUI-for-Mastodon synced 2024-11-27 14:28:14 +09:00

Fixed: compose form would overlap link-footer

This commit is contained in:
Niléane 2023-07-11 17:36:13 +02:00
parent b18b347ba8
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;