slight mobile improvement for editing topic title
This commit is contained in:
parent
1f8e1f8f17
commit
0a678fbf36
|
@ -129,8 +129,9 @@ display: none;
|
||||||
.contents {
|
.contents {
|
||||||
input#reply-title {
|
input#reply-title {
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
margin: 6px 10px 0 0;
|
margin-top: 6px;
|
||||||
width: 94%;
|
width: 99%;
|
||||||
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
.wmd-controls {
|
.wmd-controls {
|
||||||
@include transition(top 0.3s ease);
|
@include transition(top 0.3s ease);
|
||||||
|
|
Loading…
Reference in New Issue