mirror of
https://github.com/flarum/core.git
synced 2025-07-19 07:41:22 +02:00
Fix composer not having any padding on the bottom (d/t header height miscalculation)
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
}
|
||||
.composer-header {
|
||||
list-style: none;
|
||||
padding: 0;
|
||||
padding: 1px 0;
|
||||
margin: 0;
|
||||
|
||||
& h3 {
|
||||
@@ -194,9 +194,6 @@
|
||||
margin-left: 0;
|
||||
}
|
||||
}
|
||||
.composer-header h3 {
|
||||
margin-top: 5px;
|
||||
}
|
||||
.composer-editor {
|
||||
.minimized & {
|
||||
visibility: hidden;
|
||||
|
Reference in New Issue
Block a user