master^2
spirit 5 years ago
parent e4f38f958a
commit f02fd4e6c1
  1. 4
      footer.php
  2. 2
      style.css

@ -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">

@ -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;

Loading…
Cancel
Save