Add container query to latest chapters line clamp

This commit is contained in:
Tetrakern 2024-01-20 16:44:24 +01:00
parent 17c681ebc1
commit e1122b99e4

View File

@ -164,7 +164,7 @@ remove_filter( 'posts_where', 'fictioneer_exclude_protected_posts' );
?></a></h3>
<div class="card__content _small cell-desc">
<div class="truncate _3-3 <?php if ( ! $args['spoiler'] ) echo '_obfuscated'; ?>" data-obfuscation-target>
<div class="truncate _cq-3-4 <?php if ( ! $args['spoiler'] ) echo '_obfuscated'; ?>" data-obfuscation-target>
<?php if ( get_option( 'fictioneer_show_authors' ) && $args['source'] ) : ?>
<span class="card__by-author"><?php
printf( _x( 'by %s', 'Small card: by {Author}.', 'fictioneer' ), fictioneer_get_author_node() );