mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-07 01:15:28 +00:00
fix(sidebar): changed server sidebar width
This commit is contained in:
@@ -28,6 +28,7 @@ const Container = styled.div`
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
position: fixed;
|
||||
|
||||
padding-bottom: 50px;
|
||||
background: var(--background);
|
||||
`
|
||||
@@ -47,6 +48,12 @@ const Frame = styled.iframe<{ loaded: boolean }>`
|
||||
border-end-start-radius: 8px;
|
||||
`}
|
||||
|
||||
${() =>
|
||||
isTouchscreenDevice &&
|
||||
css`
|
||||
padding-top: 56px;
|
||||
`}
|
||||
|
||||
${(props) =>
|
||||
props.loaded
|
||||
? css`
|
||||
@@ -157,7 +164,7 @@ export default function Discover() {
|
||||
return (
|
||||
<Container>
|
||||
{isTouchscreenDevice && (
|
||||
<Header placement="primary">
|
||||
<Header placement="primary" transparent>
|
||||
<Compass size={27} />
|
||||
Discover
|
||||
</Header>
|
||||
|
||||
Reference in New Issue
Block a user