Use top offset for subscribed panel positioning
Build and Deploy Gateway / build-and-push (push) Successful in 21s
Build and Deploy Gateway / deploy (push) Successful in 6s

This commit is contained in:
2026-08-11 08:56:59 +03:00
parent 79ffff194f
commit ded7b740dc
4 changed files with 11 additions and 9 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
export const HARBOR_VERSIONS = Object.freeze({
macClient: '0.23.8',
gatewayClient: '0.24.8',
macClient: '0.23.9',
gatewayClient: '0.24.9',
gatewayBackend: '0.24.0',
});
+1 -1
View File
@@ -576,7 +576,7 @@
.client-panel.has-subscription {
--client-work-height: min(640px, calc(100vh - 120px));
--client-power-top: calc((var(--client-work-height) - 96px) / 2);
transform: translateY(-9vh);
top: -9vh;
}
}