1
0
mirror of https://github.com/flarum/core.git synced 2025-08-03 23:17:43 +02:00

Give the mobile composer a bit more height

This commit is contained in:
Toby Zerner
2017-11-05 17:35:13 +10:30
parent a8826dcd88
commit 3321b4e829

View File

@@ -116,7 +116,7 @@
&:not(.minimized) { &:not(.minimized) {
position: absolute; position: absolute;
top: 0; top: 0;
height: 300px !important; height: 350px !important;
padding-top: @header-height-phone; padding-top: @header-height-phone;
&:before { &:before {