summaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2021-10-23 22:09:48 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2021-10-23 22:09:48 +0900
commitd4c0d85cbc6a6dad4e12031693747ce1e06c3169 (patch)
tree1e08934db45be254a19ae6a1757cff657e34ad10 /src/client
parent12.93.2 (diff)
downloadsharkey-d4c0d85cbc6a6dad4e12031693747ce1e06c3169.tar.gz
sharkey-d4c0d85cbc6a6dad4e12031693747ce1e06c3169.tar.bz2
sharkey-d4c0d85cbc6a6dad4e12031693747ce1e06c3169.zip
:art:
Diffstat (limited to 'src/client')
-rw-r--r--src/client/components/queue-chart.vue5
-rw-r--r--src/client/pages/admin/overview.vue6
2 files changed, 7 insertions, 4 deletions
diff --git a/src/client/components/queue-chart.vue b/src/client/components/queue-chart.vue
index 59c9723f89..c66f83ecdf 100644
--- a/src/client/components/queue-chart.vue
+++ b/src/client/components/queue-chart.vue
@@ -122,12 +122,13 @@ export default defineComponent({
scales: {
x: {
grid: {
- display: false,
+ display: true,
color: gridColor,
borderColor: 'rgb(0, 0, 0, 0)',
},
ticks: {
- display: false,
+ display: true,
+ maxTicksLimit: 10
},
},
y: {
diff --git a/src/client/pages/admin/overview.vue b/src/client/pages/admin/overview.vue
index bb9c10f106..4e761f0217 100644
--- a/src/client/pages/admin/overview.vue
+++ b/src/client/pages/admin/overview.vue
@@ -2,7 +2,7 @@
<div>
<MkHeader :info="header"/>
- <div class="edbbcaef" v-size="{ max: [880] }">
+ <div class="edbbcaef" v-size="{ max: [740] }">
<div v-if="stats" class="cfcdecdf" style="margin: var(--margin)">
<div class="number _panel">
<div class="label">Users</div>
@@ -225,12 +225,14 @@ export default defineComponent({
}
}
- &.max-width_800px {
+ &.max-width_740px {
> .queue {
display: block;
> .deliver,
> .inbox {
+ width: 100%;
+
&:not(:first-child) {
margin-top: var(--margin);
margin-left: 0;