Animate vertical transitions between client drawers
Build and Deploy Gateway / build-and-push (push) Successful in 22s
Build and Deploy Gateway / deploy (push) Successful in 6s

This commit is contained in:
2026-08-14 15:23:00 +03:00
parent 019930924d
commit 32217f4d17
17 changed files with 260 additions and 93 deletions
+1 -8
View File
@@ -38,13 +38,6 @@
padding: 32px 30px 76px;
}
@media (min-width: 921px) {
.client-subscription-drawer {
right: 64px;
width: min(480px, calc(100vw - 64px));
}
}
.client-profiles-header {
min-height: 44px;
display: flex;
@@ -303,7 +296,7 @@
grid-template-columns: 18px minmax(0, 1fr) auto;
align-items: center;
gap: 8px;
padding: 0 8px;
padding: 0 8px 0 32px;
border: 0;
background: transparent;
color: var(--client-text);