We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7aa3c02 commit 6de4dcfCopy full SHA for 6de4dcf
3 files changed
app/assets/style.css
@@ -8,6 +8,7 @@ body {
8
background-color: #222;
9
color: #ccc;
10
font-family: "Nunito", sans-serif !important;
11
+ margin: 1em;
12
}
13
14
hr {
app/sections/CategoryStats.vue
@@ -15,7 +15,7 @@ function percentage(column: "all" | `cat_${string}`): number {
15
</script>
16
17
<template>
18
- <section id="statistics">
+ <section id="statistics" style="width: fit-content">
19
<h3>Statistics</h3>
20
<span
21
>People were online <b>{{ percentage("all") }}%</b> of this time
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "statustracker3",
3
- "version": "3.1.0",
+ "version": "3.1.1",
4
"private": true,
5
"type": "module",
6
"scripts": {
0 commit comments