summaryrefslogtreecommitdiff
path: root/src/components/MemoryChart.module.scss
diff options
context:
space:
mode:
authorLarvan2 <[email protected]>2026-03-15 15:01:57 +0800
committerLarvan2 <[email protected]>2026-03-15 15:01:57 +0800
commit0e420859f5f7011ba124c965d8319bf3bf4c5fe3 (patch)
tree2fc344b757e119ebae6e0b6243121fddba61603c /src/components/MemoryChart.module.scss
parent17c4d2855ffb6914fcbece27367bafdd27a4c182 (diff)
refactor: reorganize code
Diffstat (limited to 'src/components/MemoryChart.module.scss')
-rw-r--r--src/components/MemoryChart.module.scss15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/components/MemoryChart.module.scss b/src/components/MemoryChart.module.scss
deleted file mode 100644
index 29279b8..0000000
--- a/src/components/MemoryChart.module.scss
+++ /dev/null
@@ -1,15 +0,0 @@
-.TrafficChart {
- color: var(--color-text);
- background-color: var(--color-bg-chart);
- height: 23vh !important;
- @media only screen and (min-width: 600px) {
- height: 25vh !important;
- }
- @media only screen and (min-width: 768px) {
- height: 27vh !important;
- }
- @media only screen and (min-width: 1200px) {
- height: 35vh !important;
- }
- box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
-}