mirror of
https://github.com/dbgate/dbgate
synced 2024-11-07 20:26:23 +00:00
UX
This commit is contained in:
parent
9c364d86ff
commit
22ce9b382c
@ -41,10 +41,10 @@ export const ManagerInnerContainer = styled.div`
|
||||
overflow-x: auto;
|
||||
`;
|
||||
|
||||
export const Input = styled.input`
|
||||
flex: 1;
|
||||
min-width: 90px;
|
||||
`;
|
||||
// export const Input = styled.input`
|
||||
// flex: 1;
|
||||
// min-width: 90px;
|
||||
// `;
|
||||
|
||||
export const WidgetTitle = styled.div`
|
||||
padding: 5px;
|
||||
|
@ -10,6 +10,7 @@ const Container = styled.div`
|
||||
align-items: center;
|
||||
background: #ddeeee;
|
||||
height: ${theme.toolBar.height}px;
|
||||
min-height: ${theme.toolBar.height}px;
|
||||
overflow: hidden;
|
||||
border-top: 1px solid #ccc;
|
||||
border-bottom: 1px solid #ccc;
|
||||
|
Loading…
Reference in New Issue
Block a user