We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2aa44cd commit 88e84a0Copy full SHA for 88e84a0
2 files changed
static/css/v3/content-modal.css
@@ -29,7 +29,7 @@
29
gap: var(--space-large);
30
width: 916px;
31
max-width: calc(100vw - 2 * 54px);
32
- max-height: calc(100vh - 2 * var(--space-xl));
+ height: min(700px, calc(100vh - 2 * var(--space-xl)));
33
padding: var(--space-xlarge) 0;
34
background-color: var(--color-surface-weak);
35
border: 1px solid var(--color-stroke-weak);
static/css/v3/spacing.css
@@ -31,6 +31,7 @@
--space-medium: 8px;
--space-large: 16px;
--space-xl: 20px;
+ --space-xlarge: 16px;
--space-xxl: 48px;
36
--space-avatar: 40px;
37
--space-card: 12px;
0 commit comments