mirror of
https://github.com/flarum/core.git
synced 2025-07-23 09:41:26 +02:00
fix: overlap in minimized composer
This commit is contained in:
committed by
Daniël Klabbers
parent
9c5dd28e8a
commit
2a04f7e886
@@ -269,6 +269,11 @@
|
|||||||
.fullScreen & {
|
.fullScreen & {
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.minimized & {
|
||||||
|
overflow: hidden;
|
||||||
|
margin-right: 32px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.Composer-content {
|
.Composer-content {
|
||||||
padding: 20px 20px 0;
|
padding: 20px 20px 0;
|
||||||
|
Reference in New Issue
Block a user