Update WebServices/Peertube/custom-peertube.css

This commit is contained in:
Settoshi Tonami 🎷🐛 2025-09-10 10:25:48 +02:00
parent a2e373dadf
commit e86c9514ad

View file

@ -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);
}