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