Skip to content
This repository has been archived by the owner on May 2, 2020. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanDecode committed Jan 3, 2019
1 parent 3985a54 commit d49ecf5
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Words.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<span style="white-space:nowrap;text-overflow:ellipsis;overflow:hidden"><i class="fa fa-calendar"></i>&nbsp;现在</span>
</div>
</div>
<div class="post-item-body flex s" style="border-radius:8px;padding-bottom:0;margin-left: 56px;min-width: unset;">
<div class="post-item-body flex s" style="border-radius:3px;padding-bottom:0;margin-left: 56px;min-width: unset;">
<div id="comments" style="background: none;padding: 0;margin: 0;width: 100%;">
<?php $this->header('commentReply=1&description=0&keywords=0&generator=0&template=0&pingback=0&xmlrpc=0&wlw=0&rss2=0&rss1=0&antiSpam=0&atom'); ?>
<div id="<?php $this->respondId(); ?>" class="respond">
Expand Down Expand Up @@ -97,7 +97,7 @@
<span style="white-space:nowrap;text-overflow:ellipsis;overflow:hidden"><?php echo '<i class="fa fa-calendar"></i>&nbsp;'.Utils::formatDate($comments->created,'Y-m-d H:i'); ?></span>
</div>
</div>
<div class="post-item-body flex s" style="border-radius:8px;padding-bottom:0;margin-left: 56px;min-width: unset;">
<div class="post-item-body flex s" style="border-radius:3px;padding-bottom:0;margin-left: 56px;min-width: unset;">
<article class="yue">
<?php echo Utils::parseAll($comments->content); ?>
</article>
Expand Down
1 change: 0 additions & 1 deletion assets/main.60.css

This file was deleted.

1 change: 1 addition & 0 deletions assets/main.61.css

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion assets/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -1087,12 +1087,13 @@ aside > div a:hover{
.like-button:hover,.like-button:hover *{
color: red!important;
}
@media screen and (max-width:767px){
@media screen and (max-width:768px){
.post-item .post-item-content-wrap .post-item-banner{
margin-right: 0;
width: 100%;
max-width: 100%;
min-width: unset;
height: 225px;
padding: 0;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
Expand Down
2 changes: 1 addition & 1 deletion head.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<link rel="stylesheet" href="<?php $this->options->themeUrl('/assets/owo/owo.min.css'); ?>" />
<link rel="stylesheet" href="<?php $this->options->themeUrl('/assets/hljs/styles/atom-one-light.css');?>">
<link rel="stylesheet" href="<?php $this->options->themeUrl('/assets/fancybox/jquery.fancybox.min.css');?>">
<link rel="stylesheet" href="<?php $this->options->themeUrl('/assets/main.60.css');?>">
<link rel="stylesheet" href="<?php $this->options->themeUrl('/assets/main.61.css');?>">
<link rel="stylesheet" href="<?php $this->options->themeUrl('/assets/scheme-dark15.css');?>">
<?php if($this->options->bloglayout=='1'):?>
<style>
Expand Down

0 comments on commit d49ecf5

Please sign in to comment.