Chat notifs: shrink toggle

This commit is contained in:
Alex Gleason 2020-09-17 22:59:23 -05:00
parent 57b82f7778
commit e60457dd01
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -96,29 +96,39 @@
}
.audio-toggle .react-toggle-thumb {
height: 21px;
width: 21px;
height: 14px;
width: 14px;
border: 1px solid var(--brand-color--med);
}
.audio-toggle .react-toggle {
height: 23px;
height: 16px;
top: 4px;
}
.audio-toggle .react-toggle-track {
height: 23px;
height: 16px;
width: 34px;
background-color: var(--accent-color);
}
.audio-toggle .react-toggle-track-check {
left: 4px;
bottom: 4px;
}
.react-toggle--checked .react-toggle-thumb {
left: 19px;
}
.audio-toggle .react-toggle-track-x {
right: 4px;
bottom: 4px;
}
.fa {
font-size: 14px;
}
}
.chat-messages {