feat(crabfit): Remove overzealous padding #171
2 changed files with 13 additions and 0 deletions
|
@ -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;
|
|
@ -32,6 +32,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
./05-dgnum.patch
|
./05-dgnum.patch
|
||||||
./06-download.patch
|
./06-download.patch
|
||||||
./07-colormap.patch
|
./07-colormap.patch
|
||||||
|
./08-heatmap.patch
|
||||||
];
|
];
|
||||||
|
|
||||||
offlineCache = fetchYarnDeps {
|
offlineCache = fetchYarnDeps {
|
||||||
|
|
Loading…
Reference in a new issue