1
0
Fork 0
mirror of synced 2024-10-03 19:43:32 +13:00

Improve background colour usage with preview modal

This commit is contained in:
Andrew Kingston 2023-06-09 11:03:49 +01:00
parent bbdb304fe4
commit 3439ac6aaf

View file

@ -105,6 +105,7 @@
lang="en"
dir="ltr"
class="spectrum spectrum--medium {$themeStore.baseTheme} {$themeStore.theme}"
class:builder={$builderStore.inBuilder}
>
<DeviceBindingsProvider>
<UserBindingsProvider>
@ -221,12 +222,14 @@
overflow: hidden;
height: 100%;
width: 100%;
background: transparent;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
#spectrum-root.builder {
background: transparent;
}
#clip-root {
max-width: 100%;