Minor code adjustment

This commit is contained in:
Younes Aassila 2024-03-08 01:12:02 +01:00
parent 38a9ad6fcd
commit 7baf07c1b9

View File

@ -203,11 +203,9 @@ hr {
.section {
margin: 0 0 3rem 0;
}
.section:last-child {
margin-bottom: 0;
}
.section > h2 {
margin-top: 0;
margin-bottom: 0.25rem;
@ -230,14 +228,14 @@ li.hide-marker::marker {
content: "";
}
input[type="radio"]:not(:checked) ~ .store-list {
opacity: 0.5;
}
.store-list > li > input {
width: 100%;
max-width: var(--input-max-width);
margin-bottom: 0.25rem;
}
input[type="radio"]:not(:checked) ~ .store-list {
opacity: 0.5;
}
.options-list {
margin-bottom: 0;