diff --git a/styles.css b/styles.css index d23d993..10dfd76 100644 --- a/styles.css +++ b/styles.css @@ -747,8 +747,13 @@ body { display: none; } + .container { + padding-left: calc(20px + env(safe-area-inset-left)); + padding-right: calc(20px + env(safe-area-inset-right)); + } + .chart-wrapper { - width: 58%; + width: 52%; height: calc(100dvh - 50px); } @@ -756,7 +761,7 @@ body { width: 40vw; padding: 10px; max-height: calc(100dvh - 50px); - right: 4px; + right: calc(4px + env(safe-area-inset-right)); } .details-header {