mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-05-03 08:13:57 +00:00
UX
This commit is contained in:
@@ -41,10 +41,10 @@ export const ManagerInnerContainer = styled.div`
|
|||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
`;
|
`;
|
||||||
|
|
||||||
export const Input = styled.input`
|
// export const Input = styled.input`
|
||||||
flex: 1;
|
// flex: 1;
|
||||||
min-width: 90px;
|
// min-width: 90px;
|
||||||
`;
|
// `;
|
||||||
|
|
||||||
export const WidgetTitle = styled.div`
|
export const WidgetTitle = styled.div`
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ const Container = styled.div`
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
background: #ddeeee;
|
background: #ddeeee;
|
||||||
height: ${theme.toolBar.height}px;
|
height: ${theme.toolBar.height}px;
|
||||||
|
min-height: ${theme.toolBar.height}px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
border-top: 1px solid #ccc;
|
border-top: 1px solid #ccc;
|
||||||
border-bottom: 1px solid #ccc;
|
border-bottom: 1px solid #ccc;
|
||||||
|
|||||||
Reference in New Issue
Block a user