From e86c9514adbcbd745b698ff352b72d39abd63652 Mon Sep 17 00:00:00 2001 From: setto Date: Wed, 10 Sep 2025 10:25:48 +0200 Subject: [PATCH] Update WebServices/Peertube/custom-peertube.css --- WebServices/Peertube/custom-peertube.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/WebServices/Peertube/custom-peertube.css b/WebServices/Peertube/custom-peertube.css index 23728ab..8694ea0 100644 --- a/WebServices/Peertube/custom-peertube.css +++ b/WebServices/Peertube/custom-peertube.css @@ -82,6 +82,8 @@ my-video-views-counter { #label-pur { z-index: 1000000; + min-width: 100px; + min-height: 100px; } /* */ @@ -95,7 +97,7 @@ my-video-views-counter { /* What do we want? Rounded corners on channel containers!! When do we want them? NOW! */ /* */ .channel { -border-radius: 5px; +border-radius: 5px ; } /* */ @@ -113,4 +115,3 @@ border-radius: 5px; color: white; background: var(--mainHoverColor); } -