make sync-status style scoped

This commit is contained in:
Miao Wang 2024-04-09 19:17:35 +08:00
parent 9dd20e063b
commit 14ffc4b8d5
7 changed files with 5 additions and 7 deletions

View File

@ -1,6 +1,3 @@
---
jsEntry: app
---
<!DOCTYPE html>
<html {% if site.issue %}class="index-issue"{% endif %}>
{% include head.html notArticle=true %}

View File

@ -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: " ";

View File

@ -0,0 +1,2 @@
import "./default";
import "../styles/sync-status.scss";

View File

@ -1,5 +1,3 @@
@use "./sync-status.scss";
@use "./bootstrap_vars.scss" as bs;
#mirrors {

View File

@ -1,5 +1,3 @@
@use "./sync-status.scss";
table.flat {
&>tbody>tr {
border-bottom-width: var(--bs-border-width);

View File

@ -1,4 +1,5 @@
---
permalink: /
layout: index
jsEntry: app
---

View File

@ -2,4 +2,5 @@
permalink: /legacy_index.html
layout: index
legacy: true
jsEntry: legacyapp
---