Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/ToggleSwitch.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
background: #F1F1F1;
border-radius: 50%;
display: inline-block;
margin-bottom: 0.1rem;
Copy link
Contributor

@chosww chosww Jun 23, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Apparently this margin has no effect at all -- I changed it to 100rem and still look the same, which means that we can get rid of margin-top on the next line as well.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I cleaned this up and a similar one in the Audio Feedback toggle. I checked the expand add node as well.

margin-top: -0.05rem;
padding: 0.2rem;
}
Expand Down