Bump Harbor versions and adjust subscribed desktop layout
All checks were successful
Build and Deploy Gateway / build-and-push (push) Successful in 16s
Build and Deploy Gateway / deploy (push) Successful in 7s

This commit is contained in:
2026-07-12 15:22:18 +03:00
parent 77eaed8d90
commit 0480e617cd
3 changed files with 4 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
export const HARBOR_VERSIONS = Object.freeze({
macClient: '0.7.18',
gatewayClient: '0.7.18',
macClient: '0.7.19',
gatewayClient: '0.7.19',
gatewayBackend: '0.7.1',
});

View File

@@ -2079,6 +2079,7 @@ p {
.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);
}
.client-panel.has-subscription .client-power-section {