0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-11-21 21:48:21 -05:00

feat: fix the styling of the cookies tab

This commit is contained in:
neon_arch 2023-06-18 20:22:10 +03:00
parent 87eb0d9552
commit 8a1d3777a2

View File

@ -436,6 +436,10 @@ footer {
margin: 0; margin: 0;
} }
.settings_container .cookies input {
margin: 1rem 0rem;
}
/* Styles for the toggle button */ /* Styles for the toggle button */
/* The switch - the box around the slider */ /* The switch - the box around the slider */
.switch { .switch {