Fix contextmenu icons width

pull/1/head
ClemDee 5 years ago
parent cd8c3c6b31
commit 51b739bb8d

@ -22,7 +22,7 @@
}
}
.dropdown-toggle {
margin-left: 10px;
margin-left: 1rem;
}
.dropdown-menu {
top: -0.7rem;
@ -37,6 +37,7 @@
.fa, .cptools {
margin-right: 1rem;
color: @colortheme_context-menu-icon-color;
width: 16px;
}
}
}

Loading…
Cancel
Save