Skip to content

Commit

Permalink
🎨 #7056
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanessa219 committed Jan 12, 2023
1 parent e14e874 commit aaec230
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion app/src/assets/scss/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
@import "card";
@import "menu";
@import "color";
@import "responsive";
// un refactor
@import "protyle";
@import "typography";
Expand Down Expand Up @@ -593,3 +592,6 @@ progressLoading: 400
margin-top: 7px;
}
}

// 需放置最后,否则 https://github.com/siyuan-note/siyuan/issues/7056
@import "responsive";
3 changes: 2 additions & 1 deletion app/src/assets/scss/mobile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
@import "reset";
@import "function";
@import "color";
@import "responsive";
// un refactor
@import "protyle";
@import "typography";
Expand Down Expand Up @@ -314,3 +313,5 @@
flex-wrap: initial;
}
}

@import "responsive";

0 comments on commit aaec230

Please sign in to comment.