css-alignment-issue-page-gallery
This commit is contained in:
parent
db50d121e6
commit
2a9060bd39
2 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@ import { styled } from "@mui/material";
|
|||
const LogoImage = styled("img")`
|
||||
margin: 3px 0;
|
||||
pointer-events: none;
|
||||
vertical-align: middle;
|
||||
`;
|
||||
|
||||
export function EnteLogo(props) {
|
||||
|
|
|
@ -3316,7 +3316,7 @@ libsodium-wrappers@0.7.9:
|
|||
dependencies:
|
||||
libsodium "^0.7.0"
|
||||
|
||||
libsodium@^0.7.0:
|
||||
libsodium@0.7.9, libsodium@^0.7.0:
|
||||
version "0.7.9"
|
||||
resolved "https://registry.yarnpkg.com/libsodium/-/libsodium-0.7.9.tgz#4bb7bcbf662ddd920d8795c227ae25bbbfa3821b"
|
||||
integrity sha512-gfeADtR4D/CM0oRUviKBViMGXZDgnFdMKMzHsvBdqLBHd9ySi6EtYnmuhHVDDYgYpAO8eU8hEY+F8vIUAPh08A==
|
||||
|
|
Loading…
Reference in a new issue