nektro / mantle

📒 Easy and effective communication for any team or community.
Other
34 stars 4 forks source link

Weird spacing when button is toggled #65

Closed catthehacker closed 4 years ago

catthehacker commented 4 years ago

image currently looks better with my fix:

x-2s-toggle label input:checked + span::before {
    transform: translateX(2em);
}