server stats component

This commit is contained in:
2026-04-16 12:26:43 +02:00
parent cb9414bc43
commit ad29538422
9 changed files with 136 additions and 10 deletions

View File

@ -182,15 +182,9 @@
.table {
display: table;
}
.h-full {
height: 100%;
}
.h-screen {
height: 100vh;
}
.w-full {
width: 100%;
}
.w-screen {
width: 100vw;
}