From 2d446fe86cdf0d42197ffbb888d92b67f58079b4 Mon Sep 17 00:00:00 2001 From: Ashley Date: Sun, 6 Nov 2022 11:25:18 +0100 Subject: [PATCH] Improvements owowowowowo --- css/poketube.css | 26 ++++++++++++++++++-------- 1 file changed, 18 insertions(+), 8 deletions(-) diff --git a/css/poketube.css b/css/poketube.css index 32f6c9f..ebf3662 100644 --- a/css/poketube.css +++ b/css/poketube.css @@ -43,13 +43,12 @@ a { } .video-sub-info.description { - font-weight: bold; + font-weight: 700; margin-top: 8.5em !important; border-radius: 21px; background: #1c1c1c; padding: 10px; margin-bottom: 20px; - font-family: "Poketube flex"; font-stretch: expanded; justify-self: center; width: 38em; @@ -59,6 +58,13 @@ a { margin-right: auto; } +.video-sub-info.description > .video-title { + font-family: "PokeTube Flex"; + font-weight: 1000; + font-stretch: extra-expanded; + font-size: larger; +} + .recommended-list { background-color: #1c1c1c; border-radius: 25px; @@ -73,7 +79,7 @@ a { } .video-views { - display:block ruby; + display: block ruby; } .video-info-panel.gradient { @@ -95,6 +101,9 @@ a { .video-info-pill-channelname { color: #fff; word-wrap: break-word; + font-family: "PokeTube Flex"; + font-weight: 1000; + font-stretch: ultra-expanded; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; @@ -159,10 +168,11 @@ a { padding: 4px; border-style: none; min-height: 34px; -grid-area: buttons; -display: flex; -flex-direction: row; -column-gap: 8px; height: min-content; + grid-area: buttons; + display: flex; + flex-direction: row; + column-gap: 8px; + height: min-content; width: fit-content; text-align: right; margin-left: auto; @@ -205,4 +215,4 @@ column-gap: 8px; height: min-content; font-family: PokeTube Flex; font-stretch: 100%; font-weight: 600; -} \ No newline at end of file +}