mirror of
https://github.com/AykutSarac/jsoncrack.com.git
synced 2025-01-20 05:12:54 +08:00
resize sidebar and contents
This commit is contained in:
parent
79defb1c17
commit
db6f59c195
@ -35,7 +35,7 @@ const StyledSidebar = styled.div`
|
|||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
width: 60px;
|
width: 42px;
|
||||||
background: #2f3136;
|
background: #2f3136;
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
border-right: 1px solid ${({ theme }) => theme.SILVER_DARK};
|
border-right: 1px solid ${({ theme }) => theme.SILVER_DARK};
|
||||||
@ -43,7 +43,7 @@ const StyledSidebar = styled.div`
|
|||||||
|
|
||||||
const StyledElement = styled.div<{ disabled?: boolean }>`
|
const StyledElement = styled.div<{ disabled?: boolean }>`
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 32px;
|
font-size: 28px;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
color: ${({ theme, disabled }) =>
|
color: ${({ theme, disabled }) =>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user