Handle expired subscriptions in client profile UI
This commit is contained in:
@@ -105,6 +105,14 @@
|
||||
transform: rotate(90deg);
|
||||
}
|
||||
|
||||
.client-profile-disclosure.is-static {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.client-profile-disclosure.is-static .client-profile-title {
|
||||
grid-column: 2;
|
||||
}
|
||||
|
||||
.client-profile-title {
|
||||
min-width: 0;
|
||||
display: grid;
|
||||
@@ -139,6 +147,10 @@
|
||||
text-transform: var(--type-label-transform);
|
||||
}
|
||||
|
||||
.client-profile-group.is-expired .client-profile-title small {
|
||||
color: oklch(0.68 0.14 72);
|
||||
}
|
||||
|
||||
.client-profile-title em {
|
||||
padding: 0;
|
||||
color: var(--client-accent);
|
||||
@@ -276,7 +288,7 @@
|
||||
.client-profile-body-inner {
|
||||
min-height: 0;
|
||||
overflow: hidden;
|
||||
padding-bottom: 4px;
|
||||
padding: 0 0 4px 24px;
|
||||
}
|
||||
|
||||
.client-profile-body .client-servers {
|
||||
|
||||
Reference in New Issue
Block a user