mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-18 18:33:42 +00:00
Fix Pisces sidebar width
This commit is contained in:
parent
7014193963
commit
b2ae986c0b
@ -15,17 +15,8 @@
|
||||
|
||||
.footer-inner {
|
||||
box-sizing: border-box;
|
||||
margin: 0 auto;
|
||||
text-align: center;
|
||||
width: $content-desktop;
|
||||
|
||||
+desktop-large() {
|
||||
width: $content-desktop-large;
|
||||
}
|
||||
|
||||
+desktop-largest() {
|
||||
width: $content-desktop-largest;
|
||||
}
|
||||
main-container();
|
||||
}
|
||||
|
||||
@keyframes iconAnimate {
|
||||
|
||||
@ -10,10 +10,6 @@
|
||||
box-shadow: $box-shadow-inner;
|
||||
width: $sidebar-desktop;
|
||||
|
||||
+desktop-large() {
|
||||
width: $sidebar-desktop;
|
||||
}
|
||||
|
||||
+tablet-mobile() {
|
||||
border-radius: initial;
|
||||
width: auto;
|
||||
|
||||
@ -5,6 +5,7 @@
|
||||
margin-top: $sidebar-offset;
|
||||
position: sticky;
|
||||
top: $sidebar-offset;
|
||||
width: $sidebar-desktop;
|
||||
|
||||
+tablet-mobile() {
|
||||
display: none;
|
||||
|
||||
@ -63,5 +63,6 @@ $btn-default-hover-color = white;
|
||||
|
||||
// Back to top
|
||||
$b2t-opacity = .6;
|
||||
$b2t-opacity-hover = .8;
|
||||
$b2t-position-bottom = -100px;
|
||||
$b2t-position-bottom-on = 30px;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user