increase click area on editor toggle

This commit is contained in:
Jeff Atwood 2014-10-21 23:17:54 -07:00
parent c104fbc915
commit ea681d92a2
1 changed files with 3 additions and 5 deletions

View File

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