diff --git a/vpn/templates/vpn/user_portal.html b/vpn/templates/vpn/user_portal.html index 895886c..39c3073 100644 --- a/vpn/templates/vpn/user_portal.html +++ b/vpn/templates/vpn/user_portal.html @@ -276,7 +276,7 @@ padding: 12px; border-radius: 12px; border: 1px solid rgba(255, 255, 255, 0.1); - min-width: 120px; + min-width: 170px; } .chart-title { @@ -290,15 +290,15 @@ .chart-bars { display: flex; align-items: end; - gap: 2px; + gap: 1px; height: 30px; - width: 70px; + width: 150px; } .chart-bar { background: linear-gradient(to top, #4ade80, #22c55e); - width: 8px; - border-radius: 2px 2px 0 0; + width: 4px; + border-radius: 1px 1px 0 0; transition: all 0.3s ease; min-height: 2px; opacity: 0.7; @@ -400,17 +400,17 @@ } .usage-chart { - min-width: 100px; + min-width: 160px; padding: 8px; } .chart-bars { - width: 60px; + width: 120px; height: 25px; } .chart-bar { - width: 6px; + width: 3px; } } @@ -495,7 +495,7 @@