Skip to content

Commit

Permalink
bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Zisbusy committed Mar 1, 2022
1 parent 3d8760a commit 759eec3
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Akina/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3440,7 +3440,7 @@ z-index: 9998; }
cursor: pointer;
color: #999; }
i.iconfont.js-toggle-search.iconsearch {
color: #8f8a8a;
color: #a2a2a2;
cursor: pointer;
font-size:27px;
top: 2px;
Expand Down
1 change: 1 addition & 0 deletions Akina/images/tags.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 7 additions & 5 deletions Akina/style.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,15 @@
.focusinfo {
top: 47%;
}
@media (min-width: 860px) and (max-width: 1080px){
.notice {
margin-top: 150px;
@media (min-width: 860px) {
#centerbg {
height: 630px;
}
}
#centerbg {
height: 630px;
@media (max-width: 860px) {
#centerbg {
height: 450px;
}
}
#archives-temp {
margin-top: 130px;
Expand Down
3 changes: 2 additions & 1 deletion Akina/tags.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,9 @@
<?php endif ?>
<div id="content" class="site-content">
<div id="primary" class="content-area">
<main id="main" class="site-main" role="main">
<main id="main" class="site-main" role="main" style="margin-bottom:50px;">
<article class="hentry">
<?php echo '<embed style="max-width: 300px;margin: 0 auto 83px;display: block;" src="'.theurl.'images/tags.svg">';?>
<header class="entry-header">
<h1 class="entry-title"><?php $this->title() ?></h1>
</header>
Expand Down

0 comments on commit 759eec3

Please sign in to comment.