diff options
| author | Pitu <[email protected]> | 2021-01-07 23:05:15 +0900 |
|---|---|---|
| committer | Pitu <[email protected]> | 2021-01-07 23:05:15 +0900 |
| commit | be6ce9ac5aba9b8e79528707a3e7661f07b69bf4 (patch) | |
| tree | e6751c9c112886010e1b8736de0bdbff1a6df6d8 /src | |
| parent | feature: Add basic statistics UI (diff) | |
| download | host.fuwn.me-be6ce9ac5aba9b8e79528707a3e7661f07b69bf4.tar.xz host.fuwn.me-be6ce9ac5aba9b8e79528707a3e7661f07b69bf4.zip | |
fix: indentation
Diffstat (limited to 'src')
| -rw-r--r-- | src/site/pages/dashboard/admin/statistics.vue | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/site/pages/dashboard/admin/statistics.vue b/src/site/pages/dashboard/admin/statistics.vue index 3a2891c..4d601cf 100644 --- a/src/site/pages/dashboard/admin/statistics.vue +++ b/src/site/pages/dashboard/admin/statistics.vue @@ -96,8 +96,8 @@ h2.title { } div.stats-container { padding: 1rem; - background: #1c1e23; - box-shadow: rgba(15, 17, 21, 0.35) 0px 6px 9px 0px; + background: #1c1e23; + box-shadow: rgba(15, 17, 21, 0.35) 0px 6px 9px 0px; margin-bottom: 1rem; } </style> |