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 {
|
.dashboard-container {
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
background: var(--color-background);
|
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 {
|
.dashboard-content {
|
||||||
|
|||||||
Reference in New Issue
Block a user