slight mobile improvement for editing topic title

This commit is contained in:
Jeff Atwood 2014-10-12 23:28:33 -07:00
parent 1f8e1f8f17
commit 0a678fbf36
1 changed files with 3 additions and 2 deletions

View File

@ -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);