forked from e621ng/e621ng
bring back mp4 badge that got removed during thumbnail changes
This commit is contained in:
parent
6a7b40483a
commit
c1b7a904a6
@ -43,6 +43,7 @@ article.thumbnail {
|
||||
// Badges
|
||||
&[data-tags~=animated] > a:before { @include preview-type-badge("ANIM"); }
|
||||
&[data-file-ext=webm] > a:before { @include preview-type-badge("WEBM"); }
|
||||
&[data-file-ext=mp4] > a:before { @include preview-type-badge("MP4"); }
|
||||
|
||||
a { text-align: center; } // Fixes an issue with blacklisted pool thumbnails
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user