Fix separator dots not vanishing with taxonomies hidden

This commit is contained in:
Tetrakern 2024-10-29 18:08:26 +01:00
parent 1a66008a67
commit 1fd26e2d0b
3 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1030,7 +1030,7 @@
} }
:root.no-taxonomies :is(.cell-tax, .story__taxonomies-space), :root.no-taxonomies :is(.cell-tax, .story__taxonomies-space),
:root.no-taxonomies .card__tag-list > .tag-pill { :root.no-taxonomies .card__tag-list > :is(.tag-pill, .separator-dot) {
display: none; display: none;
content-visibility: hidden; content-visibility: hidden;
} }