Update WebServices/Peertube/custom-peertube.css
This commit is contained in:
parent
a2e373dadf
commit
e86c9514ad
1 changed files with 3 additions and 2 deletions
|
|
@ -82,6 +82,8 @@ my-video-views-counter {
|
||||||
|
|
||||||
#label-pur {
|
#label-pur {
|
||||||
z-index: 1000000;
|
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! */
|
/* What do we want? Rounded corners on channel containers!! When do we want them? NOW! */
|
||||||
/* */
|
/* */
|
||||||
.channel {
|
.channel {
|
||||||
border-radius: 5px;
|
border-radius: 5px ;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* */
|
/* */
|
||||||
|
|
@ -113,4 +115,3 @@ border-radius: 5px;
|
||||||
color: white;
|
color: white;
|
||||||
background: var(--mainHoverColor);
|
background: var(--mainHoverColor);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue