mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-24 20:36:40 +07:00
fixed dialogs again
This commit is contained in:
parent
6587f65e9b
commit
956802d5a5
1 changed files with 5 additions and 4 deletions
|
@ -37,7 +37,7 @@
|
|||
.top,
|
||||
.bottom {
|
||||
width: 100%;
|
||||
height: 64px;
|
||||
height: 60px;
|
||||
position: absolute;
|
||||
top: 15px;
|
||||
bottom: auto;
|
||||
|
@ -63,7 +63,7 @@
|
|||
}
|
||||
|
||||
.bottom {
|
||||
bottom: 15px;
|
||||
bottom: 10px;
|
||||
top: auto;
|
||||
|
||||
.pan {
|
||||
|
@ -84,6 +84,7 @@
|
|||
|
||||
.content_wrap {
|
||||
padding: 0 20px;
|
||||
margin-top: -$radius;
|
||||
}
|
||||
|
||||
.top_sticky {
|
||||
|
@ -101,7 +102,7 @@
|
|||
|
||||
.pan {
|
||||
background: darken($content_bg, 4%);
|
||||
max-height: 64px;
|
||||
max-height: 60px;
|
||||
}
|
||||
|
||||
.children {
|
||||
|
@ -120,7 +121,7 @@
|
|||
position: absolute;
|
||||
content: " ";
|
||||
width: 100%;
|
||||
height: $gap;
|
||||
height: $radius;
|
||||
background: linear-gradient($content_bg, transparentize($content_bg, 1));
|
||||
bottom: -$gap;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue