mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-06 17:11:55 +00:00
fix(discover): height
This commit is contained in:
@@ -37,7 +37,7 @@ const Container = styled.div`
|
|||||||
`;
|
`;
|
||||||
|
|
||||||
const Frame = styled.iframe<{ loaded: boolean }>`
|
const Frame = styled.iframe<{ loaded: boolean }>`
|
||||||
border: 0;
|
border: none;
|
||||||
|
|
||||||
${() =>
|
${() =>
|
||||||
!isTouchscreenDevice &&
|
!isTouchscreenDevice &&
|
||||||
@@ -50,7 +50,7 @@ const Frame = styled.iframe<{ loaded: boolean }>`
|
|||||||
${(props) =>
|
${(props) =>
|
||||||
props.loaded
|
props.loaded
|
||||||
? css`
|
? css`
|
||||||
flex-grow: 1;
|
height: 100%;
|
||||||
`
|
`
|
||||||
: css`
|
: css`
|
||||||
display: none;
|
display: none;
|
||||||
|
|||||||
Reference in New Issue
Block a user