fix style
This commit is contained in:
parent
e4f38f958a
commit
f02fd4e6c1
|
@ -40,8 +40,8 @@
|
||||||
</footer><!-- #colophon -->
|
</footer><!-- #colophon -->
|
||||||
<?php if (akina_option('sakura_widget')) : ?>
|
<?php if (akina_option('sakura_widget')) : ?>
|
||||||
<aside id="secondary" class="widget-area" role="complementary" style="left: -400px;">
|
<aside id="secondary" class="widget-area" role="complementary" style="left: -400px;">
|
||||||
<button class="show_hide">
|
<button class="show_hide faa-parent animated-hover">
|
||||||
<i class="fa fa-magic" aria-hidden="true"></i>
|
<i class="fa fa-magic faa-vertical" aria-hidden="true"></i>
|
||||||
</button>
|
</button>
|
||||||
<div class="heading"><?php _e('Widgets') /*小工具*/ ?></div>
|
<div class="heading"><?php _e('Widgets') /*小工具*/ ?></div>
|
||||||
<div class="sakura_widget">
|
<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 {
|
.widget-area {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 88%;
|
top: calc(100% - 132px);
|
||||||
bottom: 10%;
|
bottom: 10%;
|
||||||
left: -400px;
|
left: -400px;
|
||||||
z-index: 3;
|
z-index: 3;
|
||||||
|
|
Loading…
Reference in New Issue