mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 10:34:38 -05:00
video-length :3
This commit is contained in:
parent
c6c0ff355d
commit
36409c6583
1 changed files with 15 additions and 1 deletions
|
@ -155,7 +155,10 @@ a {
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
border-style: none;
|
border-style: none;
|
||||||
min-height: 34px;
|
min-height: 34px;
|
||||||
height: min-content;
|
grid-area: buttons;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
column-gap: 8px; height: min-content;
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
|
@ -188,3 +191,14 @@ a {
|
||||||
border: #7c44a0;
|
border: #7c44a0;
|
||||||
border-style: solid;
|
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;
|
||||||
|
}
|
Loading…
Reference in a new issue