Skip to content

Commit

Permalink
make sync-status style scoped
Browse files Browse the repository at this point in the history
  • Loading branch information
shankerwangmiao committed Apr 21, 2024
1 parent 9dd20e0 commit 14ffc4b
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 7 deletions.
3 changes: 0 additions & 3 deletions _layouts/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
---
jsEntry: app
---
<!DOCTYPE html>
<html {% if site.issue %}class="index-issue"{% endif %}>
{% include head.html notArticle=true %}
Expand Down
1 change: 1 addition & 0 deletions _src/components/MainMirrorList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ const vWithPopover = {
<style lang="scss" scoped>
@use "../styles/3-wave.scss" as wave;
@use "../styles/sync-status.scss";
a.mirror-item-label::after {
content: " ";
Expand Down
2 changes: 2 additions & 0 deletions _src/entrypoints/legacyapp.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
import "./default";
import "../styles/sync-status.scss";
2 changes: 0 additions & 2 deletions _src/styles/main-page.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
@use "./sync-status.scss";

@use "./bootstrap_vars.scss" as bs;

#mirrors {
Expand Down
2 changes: 0 additions & 2 deletions _src/styles/status.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
@use "./sync-status.scss";

table.flat {
&>tbody>tr {
border-bottom-width: var(--bs-border-width);
Expand Down
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
permalink: /
layout: index
jsEntry: app
---
1 change: 1 addition & 0 deletions legacy_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
permalink: /legacy_index.html
layout: index
legacy: true
jsEntry: legacyapp
---

0 comments on commit 14ffc4b

Please sign in to comment.