whoa cool stuff and good stuff

This commit is contained in:
Ashley 2023-02-02 17:09:42 +00:00
parent c8ac2b0775
commit bcf90297ae

View file

@ -276,6 +276,7 @@ body {
} }
.pill-button { .pill-button {
margin-left: 1em; margin-left: 1em;
font-family: ubuntu, sans-serif;
} }
.vertical { .vertical {
@ -1165,6 +1166,7 @@ a.icon-link > i {
color: #606060; color: #606060;
column-gap: 8px; column-gap: 8px;
overflow-y: hidden; overflow-y: hidden;
font-family: ubuntu;
} }
.video > .info > .title { .video > .info > .title {
@ -1553,6 +1555,7 @@ a.icon-link > i {
.recommended-list > .video > .info { .recommended-list > .video > .info {
font-size: small; font-size: small;
font-family: ubuntu, sans-serif;
} }
.recommended-list > .video > .info > a { .recommended-list > .video > .info > a {
@ -2092,6 +2095,7 @@ ptd-custom-more {
width: fit-content; width: fit-content;
margin-right: auto; margin-right: auto;
width: -moz-fit-content; width: -moz-fit-content;
max-width: 150em !important;
} }
} }
@ -2106,3 +2110,17 @@ div.new-button:hover {
a.new-button:hover { a.new-button:hover {
background-color: #0008; background-color: #0008;
} }
.video-chnl-info-pill > a:first-child {
margin-right: -8px;
}
.video-info-buttons.pill > .engagement {
margin-right: 2px;
}
.video-info-buttons.pill > div:nth-child(2) > .new-button,
.button-encryption {
margin-right: 2px;
}