diff --git a/l4d2web/l4d2web/static/css/components.css b/l4d2web/l4d2web/static/css/components.css index 16861c6..a5a1972 100644 --- a/l4d2web/l4d2web/static/css/components.css +++ b/l4d2web/l4d2web/static/css/components.css @@ -1220,8 +1220,10 @@ div.modal.modal-wide { .radio-row > input[type="radio"] { appearance: none; + box-sizing: border-box; width: 1rem; height: 1rem; + padding: 0; border-radius: 50%; border: 1.5px solid var(--color-border); background: var(--color-bg); @@ -1275,9 +1277,12 @@ div.modal.modal-wide { .switch-row > input[type="checkbox"] { appearance: none; + box-sizing: border-box; position: relative; width: 1.875rem; height: 1rem; + padding: 0; + border: 0; background: var(--color-border); border-radius: 999px; flex: 0 0 auto;