add style for choosing remotefs

add wrapping to prepare for dual browser
This commit is contained in:
Luc 2021-11-01 09:43:20 +01:00
parent 41c4536d40
commit 4b9e09673e

View File

@ -20,4 +20,24 @@ export const Input = styled.input`
export const Label = styled.label`
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;
`