some fixes #17

Merged
provod merged 2 commits from NightFox/HLRTest:master into master 2024-12-18 03:44:24 +01:00
Showing only changes of commit 6ad2f816df - Show all commits

View File

@ -358,6 +358,10 @@ body.mini { /* split feature */
padding-bottom: 2px;
/*padding-bottom: calc(50% - var(--height-image) );*/
}
#fail_images.vpadding .meta-block:last-child {
padding-top: calc(var(--height-image));
padding-bottom: calc(var(--height-image));
}
#fail_images.vpadding .meta-block h3, .meta-block:first-child h3 {
border-top: none;
}