mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
player bar appearance
This commit is contained in:
parent
794318ed80
commit
87b9b5f514
6 changed files with 118 additions and 16 deletions
|
@ -1,10 +1,10 @@
|
|||
.wrap {
|
||||
position: fixed;
|
||||
transform: translateZ(0);
|
||||
bottom: $gap;
|
||||
bottom: 0;
|
||||
pointer-events: none;
|
||||
touch-action: none;
|
||||
height: 54px;
|
||||
height: 64px;
|
||||
display: flex;
|
||||
z-index: 10;
|
||||
width: 100%;
|
||||
|
|
|
@ -14,6 +14,6 @@
|
|||
width: 100%;
|
||||
max-width: $content_width;
|
||||
display: flex;
|
||||
padding-bottom: 10px;
|
||||
padding-bottom: 64px;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
|
|
@ -56,6 +56,7 @@ const NodeLayoutUnconnected: FC<IProps> = ({
|
|||
},
|
||||
[node, nodeUpdateTags]
|
||||
);
|
||||
|
||||
const block = node && node.type && NODE_COMPONENTS[node.type] && NODE_COMPONENTS[node.type];
|
||||
|
||||
return (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue