removed horizontal padding from <mark> element

This commit is contained in:
eclipse 2025-06-01 19:54:42 +02:00
parent 371f4a41f3
commit 97c36e6da6

View File

@ -267,6 +267,11 @@ details.imageselect > summary.imageselect-summary {
}
}
mark {
padding-left: 0;
padding-right: 0;
}
/* .imageselect-overlay {
position: absolute;