Refine subscription panel layout and feedback
Build and Deploy Gateway / build-and-push (push) Successful in 19s
Build and Deploy Gateway / deploy (push) Successful in 7s

This commit is contained in:
2026-08-11 07:47:28 +03:00
parent 5cad3e9061
commit 9a8191dc91
7 changed files with 56 additions and 134 deletions
+4 -4
View File
@@ -618,17 +618,16 @@
.client-profile-body .client-server-row {
grid-template-columns: minmax(0, 1fr) 64px;
min-height: 52px;
border-bottom: 1px solid var(--client-border);
min-height: 44px;
}
.client-profile-body .client-server-row.is-selected {
background: color-mix(in oklch, var(--client-accent) 5%, transparent);
background: color-mix(in oklch, var(--client-accent) 2%, transparent);
}
.client-profile-body .client-server-row .client-server {
grid-column: 1;
min-height: 51px;
min-height: 44px;
display: grid;
grid-template-columns: 18px minmax(0, 1fr) auto;
place-items: center start;
@@ -636,6 +635,7 @@
padding: 0 8px;
border: 0;
text-align: left;
animation: none;
}
.client-profile-body .client-server-row .client-server::before {