increase click area on editor toggle, mobile

This commit is contained in:
Jeff Atwood 2014-10-21 23:27:06 -07:00
parent ea681d92a2
commit 5161d0f23d

View file

@ -50,14 +50,12 @@ display: none;
font-size: 14px;
position: fixed;
.toggler {
display: block;
width: 13px;
height: 13px;
right: 13px;
width: 15px;
right: 1px;
position: absolute;
font-size: 15px;
color: scale-color($primary, $lightness: 50%);
text-decoration: none;
padding: 0 10px 5px 10px;
&:before {
font-family: "FontAwesome";
content: "\f078";