mirror of
https://github.com/sim1222/misskey.git
synced 2025-08-05 08:14:12 +09:00
🎨
This commit is contained in:
@ -72,7 +72,7 @@ async function renderChart() {
|
||||
const wide = rootEl.offsetWidth > 600;
|
||||
const narrow = rootEl.offsetWidth < 400;
|
||||
|
||||
const maxDays = wide ? 20 : narrow ? 10 : 15;
|
||||
const maxDays = wide ? 20 : narrow ? 7 : 14;
|
||||
|
||||
const raw = await os.api('retention', { });
|
||||
|
||||
|
Reference in New Issue
Block a user