[filter] fix thumb display css

unsetting the display option can disable display: block, which allows the thumbnails to be centred in their container
This commit is contained in:
discomrade 2024-04-28 12:04:00 +00:00 committed by Shish
parent 2fe44303c3
commit 8b674d598e

View file

@ -1,4 +1,3 @@
#filter-list{padding:revert; text-align:left;}
.thumb.filtered{display:unset}
.thumb.filtered.filtered-active{display:none;}
.filter-inactive,.filter-inactive:hover{text-decoration: line-through;}