Fix settings display on small screen size

This commit is contained in:
Guillaume Gomez 2022-07-27 14:24:47 +02:00
parent 7f93d4aa0d
commit 9d118c5dca

View File

@ -41,9 +41,7 @@
.toggle {
position: relative;
display: inline-block;
width: 100%;
height: 27px;
margin-right: 20px;
display: flex;
align-items: center;
@ -58,6 +56,7 @@
.slider {
position: relative;
width: 45px;
min-width: 45px;
display: block;
height: 28px;
margin-right: 20px;