mirror of
https://github.com/dbgate/dbgate
synced 2024-11-07 20:26:23 +00:00
style fix
This commit is contained in:
parent
420a58380a
commit
a9cb9f1874
@ -15,7 +15,7 @@ const Container = styled.div`
|
|||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
background: #ddeeee;
|
background: ${props => props.theme.gridheader_background_cyan[0]};
|
||||||
height: ${dimensions.toolBar.height}px;
|
height: ${dimensions.toolBar.height}px;
|
||||||
min-height: ${dimensions.toolBar.height}px;
|
min-height: ${dimensions.toolBar.height}px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
Loading…
Reference in New Issue
Block a user