removed blank line

This commit is contained in:
Neshura 2022-12-23 18:40:46 +01:00
parent 07b8b8bdd6
commit b9540478e5
No known key found for this signature in database
GPG key ID: ACDF5B6EBECF6B0A

View file

@ -55,7 +55,6 @@ export const NavSideMenu = styled.div <ActivePropType>`
return ret; return ret;
}}; }};
backdrop-filter: ${props => props.active ? "blur(5px)" : ""}; backdrop-filter: ${props => props.active ? "blur(5px)" : ""};
overflow-x: hidden; overflow-x: hidden;
transition-property: max-width, max-height, border-right, background-color, backdrop-filter; transition-property: max-width, max-height, border-right, background-color, backdrop-filter;
transition-timing-function: ease-in-out; transition-timing-function: ease-in-out;