mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-30 15:03:57 +00:00
code cleanup
This commit is contained in:
@@ -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 }) {
|
||||||
|
|||||||
Reference in New Issue
Block a user