kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
Chat notifs: shrink toggle
rodzic
57b82f7778
commit
e60457dd01
|
@ -96,29 +96,39 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.audio-toggle .react-toggle-thumb {
|
.audio-toggle .react-toggle-thumb {
|
||||||
height: 21px;
|
height: 14px;
|
||||||
width: 21px;
|
width: 14px;
|
||||||
border: 1px solid var(--brand-color--med);
|
border: 1px solid var(--brand-color--med);
|
||||||
}
|
}
|
||||||
|
|
||||||
.audio-toggle .react-toggle {
|
.audio-toggle .react-toggle {
|
||||||
height: 23px;
|
height: 16px;
|
||||||
top: 4px;
|
top: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.audio-toggle .react-toggle-track {
|
.audio-toggle .react-toggle-track {
|
||||||
height: 23px;
|
height: 16px;
|
||||||
|
width: 34px;
|
||||||
background-color: var(--accent-color);
|
background-color: var(--accent-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
.audio-toggle .react-toggle-track-check {
|
.audio-toggle .react-toggle-track-check {
|
||||||
|
left: 4px;
|
||||||
bottom: 4px;
|
bottom: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.react-toggle--checked .react-toggle-thumb {
|
||||||
|
left: 19px;
|
||||||
|
}
|
||||||
|
|
||||||
.audio-toggle .react-toggle-track-x {
|
.audio-toggle .react-toggle-track-x {
|
||||||
|
right: 4px;
|
||||||
bottom: 4px;
|
bottom: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.fa {
|
||||||
|
font-size: 14px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.chat-messages {
|
.chat-messages {
|
||||||
|
|
Ładowanie…
Reference in New Issue