feat(crabfit): Remove overzealous padding #171

Merged
thubrecht merged 1 commit from crabfit-padding into main 2024-12-08 15:17:24 +01:00
2 changed files with 13 additions and 0 deletions

View file

@ -0,0 +1,12 @@
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;

View file

@ -32,6 +32,7 @@ stdenv.mkDerivation (finalAttrs: {
./05-dgnum.patch
./06-download.patch
./07-colormap.patch
./08-heatmap.patch
];
offlineCache = fetchYarnDeps {