mp4 badge like with webm and animated posts

for e621ng forks that enable mp4 uploads
This commit is contained in:
edshot99 2025-02-08 02:15:41 -06:00
parent 5285b78e4e
commit bc133e9a5c

View File

@ -44,7 +44,9 @@ article.thumbnail .desc .extras {
margin-left: 0.5em;
}
article.thumbnail[data-tags~="animated"] > a::before, article.thumbnail[data-file-ext~="webm"] > a::before {
article.thumbnail[data-tags~="animated"] > a::before,
article.thumbnail[data-file-ext~="webm"] > a::before,
article.thumbnail[data-file-ext~="mp4"] > a::before {
background-color: var(--bg-300) !important;
color: var(--base-text) !important;
border: 2px solid var(--bg-400) !important;