mirror of
https://github.com/usebruno/bruno.git
synced 2024-12-23 15:19:01 +01:00
adjust styles on environment dropdown and modal
This commit is contained in:
parent
2d29eaa31a
commit
232027ff4e
@ -14,6 +14,8 @@ const Wrapper = styled.div`
|
|||||||
background-color: ${(props) => props.theme.dropdown.bg};
|
background-color: ${(props) => props.theme.dropdown.bg};
|
||||||
box-shadow: ${(props) => props.theme.dropdown.shadow};
|
box-shadow: ${(props) => props.theme.dropdown.shadow};
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
|
max-height: 90vh;
|
||||||
|
overflow-y: auto;
|
||||||
|
|
||||||
.tippy-content {
|
.tippy-content {
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
|
@ -10,7 +10,8 @@ const StyledWrapper = styled.div`
|
|||||||
background-color: ${(props) => props.theme.collection.environment.settings.sidebar.bg};
|
background-color: ${(props) => props.theme.collection.environment.settings.sidebar.bg};
|
||||||
border-right: solid 1px ${(props) => props.theme.collection.environment.settings.sidebar.borderRight};
|
border-right: solid 1px ${(props) => props.theme.collection.environment.settings.sidebar.borderRight};
|
||||||
min-height: 400px;
|
min-height: 400px;
|
||||||
height: 100%;
|
max-height: 85vh;
|
||||||
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.environment-item {
|
.environment-item {
|
||||||
|
Loading…
Reference in New Issue
Block a user