💄 Set a height on the parent and move the toggle.
This commit is contained in:
parent
1728dac96c
commit
723ea49795
@ -195,6 +195,8 @@ button {
|
||||
|
||||
.toggle {
|
||||
vertical-align: sub;
|
||||
display: inline-block;
|
||||
height: 20px;
|
||||
|
||||
&::before {
|
||||
height: 16px;
|
||||
@ -202,7 +204,8 @@ button {
|
||||
}
|
||||
|
||||
&::after {
|
||||
top: -2px;
|
||||
top: 3px;
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user