🔧 🚩 🚧 Finished the outline variable replace content.

This commit is contained in:
凡梦星尘
2022-05-21 20:34:09 +08:00
parent c27081fd26
commit 3165c7b566
12 changed files with 63 additions and 38 deletions

View File

@@ -5,7 +5,7 @@
}
*/
@if hexo-config('mobile_layout_economy') {
@if $mobile_layout_economy {
@include mobile-small() {
// For Pisces & Gemini schemes only wider width (remove main blocks in Gemini).
.main-inner {
@@ -56,7 +56,7 @@
margin-bottom: 10px !important;
padding: 10px !important;
@if hexo-config('note.icons') {
@if $note_icons {
&:not(.no-icon) {
padding-left: 35px !important;
}