increase click area on editor toggle
This commit is contained in:
parent
c104fbc915
commit
ea681d92a2
|
@ -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";
|
||||||
|
|
Loading…
Reference in New Issue