mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-26 05:16:41 +07:00
fluid flow
This commit is contained in:
parent
f511ca3f6a
commit
c7911e1cf1
9 changed files with 70 additions and 73 deletions
|
@ -25,7 +25,7 @@ const HeaderUnconnected: FC<IProps> = ({ username, is_user, showDialog }) => {
|
|||
const onOpenEditor = useCallback(() => showDialog(DIALOGS.EDITOR), [showDialog]);
|
||||
|
||||
return (
|
||||
<div className="default_container head_container">
|
||||
<div>
|
||||
<div className={style.container}>
|
||||
<Logo />
|
||||
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
justify-content: flex-end;
|
||||
font-weight: 500;
|
||||
height: 96px;
|
||||
margin-top: -20px;
|
||||
}
|
||||
|
||||
.spacer {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue