Fix CSS classes on author page
This commit is contained in:
parent
5f8cf18064
commit
bdf361aff4
@ -187,8 +187,8 @@ $tabs[ $current_tab ]['classes'][] = '_current';
|
||||
);
|
||||
?>
|
||||
|
||||
<section id="list" class="author-page __list">
|
||||
<ul class="author-page __list card-list _no-mutation-observer">
|
||||
<section id="list" class="author-page__list container-inline-size">
|
||||
<ul class="card-list _no-mutation-observer">
|
||||
<?php
|
||||
$list_items = fictioneer_get_card_list(
|
||||
$tabs[ $current_tab ]['query_args']['post_type'],
|
||||
|
Loading…
x
Reference in New Issue
Block a user