mirror of
https://github.com/dbgate/dbgate
synced 2024-11-07 20:26:23 +00:00
code cleanup
This commit is contained in:
parent
51ba9d3b5a
commit
c2b7c775c0
@ -15,8 +15,6 @@ const Container = styled.div`
|
|||||||
|
|
||||||
export const StatusBarItem = styled.div`
|
export const StatusBarItem = styled.div`
|
||||||
padding: 2px 10px;
|
padding: 2px 10px;
|
||||||
// margin: auto;
|
|
||||||
// flex-grow: 0;
|
|
||||||
`;
|
`;
|
||||||
|
|
||||||
const ErrorWrapper = styled.span`
|
const ErrorWrapper = styled.span`
|
||||||
@ -33,9 +31,6 @@ const InfoWrapper = styled.span`
|
|||||||
|
|
||||||
const StatusbarContainer = styled.div`
|
const StatusbarContainer = styled.div`
|
||||||
display: flex;
|
display: flex;
|
||||||
// align-items: flex-end;
|
|
||||||
// display: flex;
|
|
||||||
// user-select: none;
|
|
||||||
`;
|
`;
|
||||||
|
|
||||||
export default function StatusBar({ statusbarPortalRef }) {
|
export default function StatusBar({ statusbarPortalRef }) {
|
||||||
|
Loading…
Reference in New Issue
Block a user