UPDATE: Cosmetic changes on file bar
This commit is contained in:
committed by
Nicolás Hatcher Andrés
parent
17cf519d41
commit
6f124185b2
@@ -84,7 +84,7 @@ export function FileBar(properties: {
|
|||||||
|
|
||||||
const StyledDesktopLogo = styled(IronCalcLogo)`
|
const StyledDesktopLogo = styled(IronCalcLogo)`
|
||||||
width: 120px;
|
width: 120px;
|
||||||
margin-left: 10px;
|
margin-left: 12px;
|
||||||
@media (max-width: 769px) {
|
@media (max-width: 769px) {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
@@ -107,7 +107,7 @@ const Toast = styled("div")`
|
|||||||
`;
|
`;
|
||||||
|
|
||||||
const Divider = styled("div")`
|
const Divider = styled("div")`
|
||||||
margin: 10px;
|
margin: 0px 16px;
|
||||||
height: 12px;
|
height: 12px;
|
||||||
border-left: 1px solid #e0e0e0;
|
border-left: 1px solid #e0e0e0;
|
||||||
`;
|
`;
|
||||||
|
|||||||
Reference in New Issue
Block a user