Add support for YouTube Link Previews

This commit is contained in:
nuttylmao
2025-07-10 10:21:20 +10:00
parent e2a54c894f
commit 85f132babd
3 changed files with 145 additions and 9 deletions
+15
View File
@@ -168,6 +168,12 @@ li {
transform: translate(0px, 0.25em);
}
.youtubeThumbnail {
width: 5em;
border-radius: 0.25em;
transform: translate(0px, 0.25em);
}
/* .centerThatShitHomie {
display: inline-block;
width: 100%;
@@ -319,6 +325,15 @@ li {
background: linear-gradient(#262626BF, #000000BF) !important;
}
.fourthwall {
background: linear-gradient(#466edbbf, #1c56f5bf) !important;
}
.thumbnail {
background: linear-gradient(#494949bf, #202020bf) !important;
}
.blank {
background: #adadad00 !important;
}