1
Fork 0

video-length :3

This commit is contained in:
Ashley 2022-11-05 12:36:35 +01:00
parent 072e8a01b5
commit 1601e5b223

View file

@ -155,7 +155,10 @@ a {
padding: 4px;
border-style: none;
min-height: 34px;
height: min-content;
grid-area: buttons;
display: flex;
flex-direction: row;
column-gap: 8px; height: min-content;
width: fit-content;
text-align: right;
margin-left: auto;
@ -188,3 +191,14 @@ a {
border: #7c44a0;
border-style: solid;
}
.video > .thumbnail > .video-length {
font-size: smaller;
background-color: #0008;
color: #fff;
padding: 2px;
border-radius: 3px;
font-family: PokeTube Flex;
font-stretch: 100%;
font-weight: 600;
}