feat(translate): use full screen input
This commit is contained in:
parent
c7c3d28893
commit
b0c479190c
@ -247,7 +247,7 @@ const MenuContainer = styled.div`
|
|||||||
const TranslateInputWrapper = styled.div`
|
const TranslateInputWrapper = styled.div`
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
min-height: 350px;
|
height: 100%;
|
||||||
gap: 20px;
|
gap: 20px;
|
||||||
`
|
`
|
||||||
|
|
||||||
@ -279,14 +279,13 @@ const OutputContainer = styled.div`
|
|||||||
flex: 1;
|
flex: 1;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
padding: 10px;
|
|
||||||
background-color: var(--color-background-soft);
|
background-color: var(--color-background-soft);
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
`
|
`
|
||||||
|
|
||||||
const OutputText = styled.div`
|
const OutputText = styled.div`
|
||||||
padding: 5px 10px;
|
padding: 20px;
|
||||||
max-height: calc(100vh - var(--navbar-height) - 120px);
|
max-height: calc(100vh - var(--navbar-height) - 90px);
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
`
|
`
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user