Spaces:
Runtime error
Runtime error
neon_arch
commited on
Commit
•
8a1d377
1
Parent(s):
87eb0d9
✨ feat: fix the styling of the cookies tab
Browse files
public/static/themes/simple.css
CHANGED
@@ -436,6 +436,10 @@ footer {
|
|
436 |
margin: 0;
|
437 |
}
|
438 |
|
|
|
|
|
|
|
|
|
439 |
/* Styles for the toggle button */
|
440 |
/* The switch - the box around the slider */
|
441 |
.switch {
|
|
|
436 |
margin: 0;
|
437 |
}
|
438 |
|
439 |
+
.settings_container .cookies input {
|
440 |
+
margin: 1rem 0rem;
|
441 |
+
}
|
442 |
+
|
443 |
/* Styles for the toggle button */
|
444 |
/* The switch - the box around the slider */
|
445 |
.switch {
|