@streamoid/ui 0.6.49 → 0.6.50
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.css +2 -5
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -4045,16 +4045,13 @@
|
|
|
4045
4045
|
display: flex;
|
|
4046
4046
|
flex-direction: column;
|
|
4047
4047
|
align-items: stretch;
|
|
4048
|
-
width:
|
|
4048
|
+
width: 100%;
|
|
4049
|
+
max-width: 100%;
|
|
4049
4050
|
max-height: calc(100dvh - 80px);
|
|
4050
4051
|
overflow-y: auto;
|
|
4051
4052
|
overscroll-behavior: contain;
|
|
4052
4053
|
padding: var(--spacing-xl, 12px);
|
|
4053
4054
|
gap: var(--spacing-lg, 10px);
|
|
4054
|
-
border: 0.5px solid var(--alias-border-subtle, #242424);
|
|
4055
|
-
border-radius: var(--radius-4xl, 18px);
|
|
4056
|
-
background: var(--alias-surface-base, #101010);
|
|
4057
|
-
backdrop-filter: blur(42px);
|
|
4058
4055
|
color: var(--alias-text---icons-primary, #f5f5f5);
|
|
4059
4056
|
font-family: var(--sc-rail-font-family, Inter, ui-sans-serif, system-ui, sans-serif);
|
|
4060
4057
|
}
|