[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:
parent
2fe44303c3
commit
8b674d598e
1 changed files with 0 additions and 1 deletions
|
@ -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;}
|
Reference in a new issue