redesing the navbar
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -412,6 +412,14 @@ function formatNextWorkoutTime(workout) {
|
||||
.dashboard-container {
|
||||
min-height: 100vh;
|
||||
background: var(--color-background);
|
||||
margin-left: 280px; /* Account for sidebar width */
|
||||
transition: margin-left var(--transition-base);
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.dashboard-container {
|
||||
margin-left: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.dashboard-content {
|
||||
|
||||
Reference in New Issue
Block a user