Refine subscription panel layout and feedback
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user