This commit is contained in:
danpros 2024-02-25 21:02:09 +07:00
commit 4c3305965e
9 changed files with 28 additions and 27 deletions

View file

@ -631,8 +631,9 @@ ul.month {
}
#more {
display:block;
height:2rem;
margin-top:-2rem;
content:""
display:block;
height:1rem;
margin-top:-1rem;
box-shadow: none;
border: none;
}

View file

@ -952,8 +952,9 @@ ul.archivegroup {
}
#more {
display:block;
height:2rem;
margin-top:-2rem;
content:""
display:block;
height:1rem;
margin-top:-1rem;
box-shadow: none;
border: none;
}

View file

@ -982,8 +982,9 @@ ul.archivegroup {
}
#more {
display:block;
height:2rem;
margin-top:-2rem;
content:""
display:block;
height:1rem;
margin-top:-1rem;
box-shadow: none;
border: none;
}

View file

@ -1033,8 +1033,9 @@ ul.archivegroup {
}
#more {
display:block;
height:2rem;
margin-top:-2rem;
content:""
display:block;
height:1rem;
margin-top:-1rem;
box-shadow: none;
border: none;
}

View file

@ -6143,7 +6143,6 @@ ul.month {
#more {
display:block;
height:2rem;
margin-top:-2rem;
content:""
box-shadow: none;
border: none;
}

View file

@ -6150,7 +6150,6 @@ ul.month {
#more {
display:block;
height:2rem;
margin-top:-2rem;
content:""
box-shadow: none;
border: none;
}

View file

@ -34,7 +34,7 @@
<article class="post type-post hentry <?php if (!empty($p->image) || !empty ($p->audio) || !empty ($p->video)):?>has-post-thumbnail<?php endif;?>">
<?php if (!empty($p->image)):?>
<div class="post-thumbnail">
<img style="width:100%;" title="<?php echo $p->title; ?>" alt="<?php echo $p->title; ?>" class="attachment-post-thumbnail wp-post-image" src="<?php echo $p->image; ?>">
<a href="<?php echo $p->url; ?>"><img style="width:100%;" title="<?php echo $p->title; ?>" alt="<?php echo $p->title; ?>" class="attachment-post-thumbnail wp-post-image" src="<?php echo $p->image; ?>"></a>
</div>
<?php endif; ?>
<?php if (!empty($p->audio)):?>

View file

@ -2,7 +2,7 @@
<article class="post type-post hentry <?php if (!empty($p->image) || !empty ($p->audio) || !empty ($p->video)):?>has-post-thumbnail<?php endif;?>">
<?php if (!empty($p->image)):?>
<div class="post-thumbnail">
<img style="width:100%;" title="<?php echo $p->title; ?>" alt="<?php echo $p->title; ?>" class="attachment-post-thumbnail wp-post-image" src="<?php echo $p->image; ?>">
<a href="<?php echo $p->url; ?>"><img style="width:100%;" title="<?php echo $p->title; ?>" alt="<?php echo $p->title; ?>" class="attachment-post-thumbnail wp-post-image" src="<?php echo $p->image; ?>"></a>
</div>
<?php endif; ?>
<?php if (!empty($p->audio)):?>

View file

@ -4069,7 +4069,6 @@ ul.month {
#more {
display:block;
height:2rem;
margin-top:-2rem;
content:""
box-shadow: none;
border: none;
}