fix style

pull/135/head
spirit 2019-11-16 18:55:23 +08:00
parent e4f38f958a
commit f02fd4e6c1
2 changed files with 3 additions and 3 deletions

View File

@ -40,8 +40,8 @@
</footer><!-- #colophon -->
<?php if (akina_option('sakura_widget')) : ?>
<aside id="secondary" class="widget-area" role="complementary" style="left: -400px;">
<button class="show_hide">
<i class="fa fa-magic" aria-hidden="true"></i>
<button class="show_hide faa-parent animated-hover">
<i class="fa fa-magic faa-vertical" aria-hidden="true"></i>
</button>
<div class="heading"><?php _e('Widgets') /*小工具*/ ?></div>
<div class="sakura_widget">

View File

@ -8502,7 +8502,7 @@ h1[id*=toc-head]::before,h2[id*=toc-head]::before,h3[id*=toc-head]::before,h4[id
.widget-area {
position: fixed;
top: 88%;
top: calc(100% - 132px);
bottom: 10%;
left: -400px;
z-index: 3;