mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 13:48:24 +01:00
add poketube flex to more stuff :3
This commit is contained in:
parent
72432c4e17
commit
c8890f3af1
1 changed files with 19 additions and 2 deletions
|
@ -146,6 +146,10 @@ a {
|
||||||
max-width: max-content;
|
max-width: max-content;
|
||||||
display: -webkit-box;
|
display: -webkit-box;
|
||||||
word-break: break-all;
|
word-break: break-all;
|
||||||
|
font-family: var(--text-font-primary) !important;
|
||||||
|
font-stretch: extra-expanded;
|
||||||
|
font-weight: 900 !important;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.video-sub-info.description {
|
.video-sub-info.description {
|
||||||
|
@ -218,7 +222,9 @@ a {
|
||||||
|
|
||||||
.comments-author.owner {
|
.comments-author.owner {
|
||||||
margin: 5px;
|
margin: 5px;
|
||||||
font-family: inter;
|
font-family: var(--text-font-primary);
|
||||||
|
font-weight: 1000;
|
||||||
|
font-stretch: ultra-expanded;
|
||||||
white-space: -moz-pre-wrap !important;
|
white-space: -moz-pre-wrap !important;
|
||||||
white-space: -pre-wrap;
|
white-space: -pre-wrap;
|
||||||
white-space: -o-pre-wrap;
|
white-space: -o-pre-wrap;
|
||||||
|
@ -284,11 +290,16 @@ a {
|
||||||
justify-items: center;
|
justify-items: center;
|
||||||
justify-self: center;
|
justify-self: center;
|
||||||
margin-top: -2.9em;
|
margin-top: -2.9em;
|
||||||
|
font-family: var(--text-font-primary);
|
||||||
|
font-stretch: expanded;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.comments-author {
|
.comments-author {
|
||||||
margin: 7px;
|
margin: 7px;
|
||||||
font-family: inter;
|
font-family: var(--text-font-primary);
|
||||||
|
font-weight: 1000;
|
||||||
|
font-stretch: ultra-expanded;
|
||||||
white-space: -moz-pre-wrap !important;
|
white-space: -moz-pre-wrap !important;
|
||||||
white-space: -pre-wrap;
|
white-space: -pre-wrap;
|
||||||
white-space: -o-pre-wrap;
|
white-space: -o-pre-wrap;
|
||||||
|
@ -333,6 +344,12 @@ a {
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.comment {
|
||||||
|
font-family: var(--text-font-primary);
|
||||||
|
font-stretch: expanded;
|
||||||
|
font-weight: 600 !important;
|
||||||
|
}
|
||||||
|
|
||||||
.tags {
|
.tags {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
|
Loading…
Reference in a new issue