mirror of
https://github.com/flarum/framework.git
synced 2025-02-21 06:39:40 +08:00
Fix composer not having any padding on the bottom (d/t header height miscalculation)
This commit is contained in:
parent
005880ba40
commit
0f682c8034
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user