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 }>`
|
||||
border: 0;
|
||||
border: none;
|
||||
|
||||
${() =>
|
||||
!isTouchscreenDevice &&
|
||||
@@ -50,7 +50,7 @@ const Frame = styled.iframe<{ loaded: boolean }>`
|
||||
${(props) =>
|
||||
props.loaded
|
||||
? css`
|
||||
flex-grow: 1;
|
||||
height: 100%;
|
||||
`
|
||||
: css`
|
||||
display: none;
|
||||
|
||||
Reference in New Issue
Block a user