Clean up style

This commit is contained in:
Mimi 2024-11-19 17:37:03 +08:00
parent 17b57da31a
commit cf701a13f1
3 changed files with 2 additions and 19 deletions

View File

@ -1,10 +1,3 @@
/*
// < 767px
+mobile() {
}
*/
if (hexo-config('mobile_layout_economy')) {
+mobile-small() {
// For Pisces & Gemini schemes only wider width (remove main blocks in Gemini).
@ -82,9 +75,3 @@ if (hexo-config('mobile_layout_economy')) {
}
}
}
/*
// < 413px
+mobile-smallest() {
}
*/

View File

@ -70,7 +70,7 @@
}
// ==================================================
// > 768px & < 991px
// >= 768px & <= 991px
// ==================================================
+tablet() {
// Posts in blocks.
@ -98,7 +98,7 @@
}
// ==================================================
// < 767px
// <= 767px
// ==================================================
+mobile() {
// Posts in blocks.

View File

@ -4,10 +4,6 @@
position: -webkit-sticky;
position: sticky;
top: $sidebar-offset;
+tablet-mobile() {
display: none;
}
}
.sidebar-toggle {