Animate vertical transitions between client drawers
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user