mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 07:58:28 +01:00
qwq
This commit is contained in:
parent
424d025bf7
commit
a949a25547
1 changed files with 3 additions and 2 deletions
|
@ -51,12 +51,13 @@ a {
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
font-stretch: expanded;
|
font-stretch: expanded;
|
||||||
justify-self: center;
|
justify-self: center;
|
||||||
width: 38em;
|
width: max-content;
|
||||||
font-family: "PokeTube Flex";
|
font-family: "PokeTube Flex";
|
||||||
border: #7c44a0;
|
border: #7c44a0;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
|
position: static;
|
||||||
}
|
}
|
||||||
|
|
||||||
.video-sub-info.description > .video-title {
|
.video-sub-info.description > .video-title {
|
||||||
|
@ -217,7 +218,7 @@ a {
|
||||||
}
|
}
|
||||||
|
|
||||||
.subscribe-button > a {
|
.subscribe-button > a {
|
||||||
color:black
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
.video > .thumbnail > .video-length {
|
.video > .thumbnail > .video-length {
|
||||||
|
|
Loading…
Reference in a new issue