infrastructure/machines/nixos/web01/crabfit/packages/crabfit-frontend/08-heatmap.patch
Tom Hubrecht 750a2f90eb
All checks were successful
Check meta / check_dns (push) Successful in 18s
Check meta / check_meta (push) Successful in 19s
Check workflows / check_workflows (push) Successful in 22s
Check meta / check_dns (pull_request) Successful in 19s
Check meta / check_meta (pull_request) Successful in 19s
Check workflows / check_workflows (pull_request) Successful in 23s
Build all the nodes / bridge01 (pull_request) Successful in 1m16s
Build all the nodes / geo01 (pull_request) Successful in 1m26s
Build all the nodes / geo02 (pull_request) Successful in 1m32s
Build all the nodes / compute01 (pull_request) Successful in 1m43s
Build all the nodes / rescue01 (pull_request) Successful in 1m45s
Build all the nodes / storage01 (pull_request) Successful in 1m31s
Build all the nodes / vault01 (pull_request) Successful in 1m27s
Build all the nodes / web02 (pull_request) Successful in 1m18s
Run pre-commit on all files / check (pull_request) Successful in 24s
Build all the nodes / web03 (pull_request) Successful in 1m46s
Build all the nodes / web01 (pull_request) Successful in 2m3s
Build all the nodes / bridge01 (push) Successful in 1m6s
Build all the nodes / geo01 (push) Successful in 1m11s
Build all the nodes / geo02 (push) Successful in 1m11s
Build all the nodes / compute01 (push) Successful in 1m45s
Build all the nodes / storage01 (push) Successful in 1m29s
Build all the nodes / rescue01 (push) Successful in 1m36s
Build all the nodes / vault01 (push) Successful in 1m25s
Run pre-commit on all files / check (push) Successful in 28s
Build all the nodes / web02 (push) Successful in 1m28s
Build all the nodes / web01 (push) Successful in 2m0s
Build all the nodes / web03 (push) Successful in 1m14s
feat(crabfit): Remove overzealous padding
2024-12-08 15:11:16 +01:00

12 lines
506 B
Diff

diff --git a/src/components/AvailabilityViewer/AvailabilityViewer.module.scss b/src/components/AvailabilityViewer/AvailabilityViewer.module.scss
index 0a05856..d1946f4 100644
--- a/src/components/AvailabilityViewer/AvailabilityViewer.module.scss
+++ b/src/components/AvailabilityViewer/AvailabilityViewer.module.scss
@@ -4,7 +4,6 @@
min-width: 100%;
align-items: flex-end;
justify-content: center;
- padding: 0 calc(calc(100% - 600px) / 2);
@media (max-width: 660px) {
padding: 0 30px;