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