mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-06 08:38:37 +00:00
fix(discover): fixed border radius
This commit is contained in:
@@ -38,8 +38,13 @@ const Container = styled.div`
|
|||||||
|
|
||||||
const Frame = styled.iframe<{ loaded: boolean }>`
|
const Frame = styled.iframe<{ loaded: boolean }>`
|
||||||
border: 0;
|
border: 0;
|
||||||
border-start-start-radius: 8px;
|
|
||||||
border-end-start-radius: 8px;
|
${() =>
|
||||||
|
!isTouchscreenDevice &&
|
||||||
|
css`
|
||||||
|
border-start-start-radius: 8px;
|
||||||
|
border-end-start-radius: 8px;
|
||||||
|
`}
|
||||||
|
|
||||||
${(props) =>
|
${(props) =>
|
||||||
props.loaded
|
props.loaded
|
||||||
|
|||||||
Reference in New Issue
Block a user