[Glitch] Forces radio buttons to be correctly centred

Port ff7230df06 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
Echo 2025-04-07 12:56:30 +02:00 committed by Claire
parent 568d6a9eac
commit 4f759ad2c3

View file

@ -7985,14 +7985,11 @@ img.modal-warning {
}
.radio-button__input.checked::before {
position: absolute;
left: 2px;
top: 2px;
content: '';
display: block;
border-radius: 50%;
width: 12px;
height: 12px;
width: calc(100% - 4px);
height: calc(100% - 4px);
background: $ui-highlight-color;
}