remove statistick block

This commit is contained in:
smanylov
2026-04-23 15:12:39 +07:00
parent cbbfb1c6ad
commit cfb2f42e96
2 changed files with 17 additions and 3 deletions
+2 -1
View File
@@ -1615,7 +1615,8 @@
.dashboard-user-stats {
display: grid;
grid-template-columns: repeat(5, 1fr);
/* grid-template-columns: repeat(5, 1fr); */
grid-template-columns: repeat(4, 1fr);
gap: 20px;
margin-bottom: 40px;
max-width: calc(100vw - var(--side-bar-width) - 60px);