feat(dashboard): version in header, restructure footer #109

Merged
razvandimescu merged 2 commits from feat/dashboard-version into main 2026-04-16 16:29:55 +08:00
Showing only changes of commit 1c5e703330 - Show all commits

View File

@@ -552,7 +552,11 @@ body {
@media (max-width: 700px) { @media (max-width: 700px) {
.stats-row { grid-template-columns: repeat(2, 1fr); } .stats-row { grid-template-columns: repeat(2, 1fr); }
.dashboard { padding: 1rem; } .dashboard { padding: 1rem; }
.header { padding: 1rem; } .header { padding: 0.8rem 1rem; }
.logo { font-size: 1.4rem; }
.tagline { display: none; }
#headerVersion { display: none; }
#phoneSetup { display: none; }
} }
</style> </style>
</head> </head>