add style for choosing remotefs
add wrapping to prepare for dual browser
This commit is contained in:
parent
41c4536d40
commit
4b9e09673e
@ -20,4 +20,24 @@ export const Input = styled.input`
|
|||||||
|
|
||||||
export const Label = styled.label`
|
export const Label = styled.label`
|
||||||
margin-right: .7vw;
|
margin-right: .7vw;
|
||||||
|
`
|
||||||
|
|
||||||
|
export const FileBrowsersContainer = styled.div`
|
||||||
|
display: flex;
|
||||||
|
gap: 0 1rem;
|
||||||
|
height: 100%;
|
||||||
|
`
|
||||||
|
|
||||||
|
export const FileBrowserWrapper = styled.div`
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
gap: .5rem 0;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
`
|
||||||
|
|
||||||
|
export const FileBrowserRemotes = styled.div`
|
||||||
|
display: flex;
|
||||||
|
gap: .5rem;
|
||||||
|
justify-content: flex-start;
|
||||||
`
|
`
|
Loading…
x
Reference in New Issue
Block a user