We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50a7c3f commit 090a866Copy full SHA for 090a866
packages/app/src/app/pages/common/Modals/ShareModal2/elements.ts
@@ -17,7 +17,7 @@ export const Sidebar = styled.div(
17
color: 'white',
18
fontSize: 3,
19
20
- maxWidth: 300, // for development, remove this
+ width: 272, // hard coded in pixels
21
overflowY: 'auto',
22
})
23
);
@@ -218,7 +218,7 @@ export const SwitchLabel = styled.label(
218
export const Preview = styled.div(
219
css({
220
padding: 8,
221
- width: '100%',
+ width: 'calc(100% - 272px - 64px)', // remove sidebar and padding
222
background: 'white',
223
iframe: {
224
width: '100%',
0 commit comments