Compare commits

..

2 Commits

Author SHA1 Message Date
FloatingGhost a0ba907f6d build on push 2022-06-17 12:19:12 +01:00
FloatingGhost 35dfb09e6f force popover to be a bit bigger 2022-06-17 12:18:11 +01:00
2 changed files with 7 additions and 2 deletions
+2 -2
View File
@@ -34,7 +34,7 @@ pipeline:
release:
when:
event:
- tag
- push
image: node:16
secrets:
- SCW_ACCESS_KEY
@@ -47,4 +47,4 @@ pipeline:
- chmod +x scaleway-cli
- ./scaleway-cli object config install type=rclone
- zip akkoma-fe.zip -r dist
- rclone copyto akkoma-fe.zip scaleway:akkoma-updates/frontend/akkoma-fe.zip
- rclone copyto akkoma-fe.zip scaleway:akkoma-updates/frontend/$CI_COMMIT_BRANCH/akkoma-fe.zip
@@ -103,6 +103,11 @@
color: var(--text, $fallback--text);
}
}
.popover {
transform: translateX(-64px) translateY(5px);
min-width: 70%;
}
}
</style>