1
Fork 0

Improvements owowowowowo

This commit is contained in:
Ashley 2022-11-06 12:00:46 +01:00
parent 2ad37784d4
commit c7c868b3db

View file

@ -151,7 +151,7 @@ a {
clear: both; clear: both;
margin-top: 18px; margin-top: 18px;
padding: 4.5px; padding: 4.5px;
background: #1c1c1c; background: #0009;
margin-right: -13px; margin-right: -13px;
width: fit-content; width: fit-content;
height: fit-content; height: fit-content;
@ -163,7 +163,7 @@ a {
} }
.video-info-buttons.pill { .video-info-buttons.pill {
background: #1c1c1c; background: #0009;
border-radius: 16px; border-radius: 16px;
padding: 4px; padding: 4px;
border-style: none; border-style: none;
@ -206,6 +206,19 @@ a {
border-style: solid; border-style: solid;
} }
.subscribe-button {
color: red;
margin: auto;
background: white;
border-radius: 2em;
margin-right: 6px;
text-transform: initial;
}
.subscribe-button > a {
color:black
}
.video > .thumbnail > .video-length { .video > .thumbnail > .video-length {
font-size: smaller; font-size: smaller;
background-color: #0008; background-color: #0008;