add poketube flex to more stuff :3

This commit is contained in:
Ashley 2023-01-01 16:23:07 +00:00
parent 72432c4e17
commit c8890f3af1

View file

@ -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;