From d081f8e80c1cbf83d29ab8db074ed56b82a34d3e Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Sun, 24 Sep 2023 06:47:30 -0400 Subject: [PATCH] Add height allocation support for vier --- view/global.css | 1 + 1 file changed, 1 insertion(+) diff --git a/view/global.css b/view/global.css index 247a9694f7..25fe653b78 100644 --- a/view/global.css +++ b/view/global.css @@ -698,6 +698,7 @@ audio { figure.img-allocated-height { position: relative; background: center / auto rgba(0, 0, 0, 0.05) url(/images/icons/image.png) no-repeat; + margin: 0; } figure.img-allocated-height img{ position: absolute;