mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
fixed nodepanel behavoiur
This commit is contained in:
parent
e19297207e
commit
d74c9ee739
3 changed files with 79 additions and 102 deletions
|
@ -14,6 +14,10 @@
|
|||
padding: 0 $gap;
|
||||
bottom: 0;
|
||||
position: fixed;
|
||||
|
||||
@include tablet {
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -27,7 +31,17 @@
|
|||
padding: $gap;
|
||||
background: $node_bg;
|
||||
height: 72px;
|
||||
|
||||
@include outer_shadow();
|
||||
|
||||
@include tablet {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
@include can_backdrop {
|
||||
backdrop-filter: blur(15px);
|
||||
background: transparentize($node_bg, 0.2);
|
||||
}
|
||||
}
|
||||
|
||||
.title {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue