feat(crabfit): Remove overzealous padding
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
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
This commit is contained in:
parent
0b27fef19f
commit
750a2f90eb
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
|
||||
./06-download.patch
|
||||
./07-colormap.patch
|
||||
./08-heatmap.patch
|
||||
];
|
||||
|
||||
offlineCache = fetchYarnDeps {
|
||||
|
|
Loading…
Reference in a new issue