Merge pull request #19448 from overleaf/jdt-experiments-max-subscribers
Enforce a maximum participant cap on experiments GitOrigin-RevId: 1d9263cd34a3d0c831c0ed43867bb4e6430eb06c
This commit is contained in:
committed by
Copybot
parent
01b7896717
commit
837fea03b9
@@ -81,3 +81,22 @@
|
||||
margin-top: 8em;
|
||||
margin-bottom: 12em;
|
||||
}
|
||||
|
||||
.labs-experiment-widget-container.disabled-experiment {
|
||||
grid-template-columns: 40px 3fr 1fr auto;
|
||||
|
||||
.disabled-explanation {
|
||||
color: @content-secondary;
|
||||
}
|
||||
|
||||
h3,
|
||||
p {
|
||||
color: @content-disabled;
|
||||
}
|
||||
}
|
||||
|
||||
.disabled-experiment {
|
||||
.ai-error-assistant-avatar {
|
||||
filter: grayscale(0.6);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user