mirror of
https://github.com/nuttylmao/nutty.gg.git
synced 2026-09-18 19:50:58 -04:00
Add support for YouTube Link Previews
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user