fix: improve mobile responsiveness of cospend page
All checks were successful
CI / update (push) Successful in 23s
All checks were successful
CI / update (push) Successful in 23s
Reduced padding on mobile screens (max-width: 600px) to prevent horizontal overflow and ensure header spans full width. Updated BarChart, DebtBreakdown, EnhancedBalance components and recent activity section.
This commit is contained in:
@@ -323,6 +323,12 @@
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 600px) {
|
||||
.chart-container {
|
||||
padding: 0.75rem;
|
||||
}
|
||||
}
|
||||
|
||||
canvas {
|
||||
max-width: 100%;
|
||||
height: 100% !important;
|
||||
|
||||
Reference in New Issue
Block a user