Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
spirit1431007 committed Nov 16, 2019
1 parent e4f38f9 commit f02fd4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

2 comments on commit f02fd4e

@mashirozx
Copy link
Owner

@mashirozx mashirozx commented on f02fd4e Nov 16, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

一个比较细节的想法
把播放器显示/隐藏和widgets绑定,把中间小这段空白去掉,这样二者看起来更像是一个整体。不过改动可能比较麻烦,随意哈,目前这样也挺好

image

@spirit1431007
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

一个比较细节的想法
把播放器显示/隐藏和widgets绑定,把中间小这段空白去掉,这样二者看起来更像是一个整体。不过改动可能比较麻烦,随意哈,目前这样也挺好

image

这个好,我改下

Please sign in to comment.