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,
|
.top,
|
||||||
.bottom {
|
.bottom {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 64px;
|
height: 60px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 15px;
|
top: 15px;
|
||||||
bottom: auto;
|
bottom: auto;
|
||||||
|
@ -63,7 +63,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.bottom {
|
.bottom {
|
||||||
bottom: 15px;
|
bottom: 10px;
|
||||||
top: auto;
|
top: auto;
|
||||||
|
|
||||||
.pan {
|
.pan {
|
||||||
|
@ -84,6 +84,7 @@
|
||||||
|
|
||||||
.content_wrap {
|
.content_wrap {
|
||||||
padding: 0 20px;
|
padding: 0 20px;
|
||||||
|
margin-top: -$radius;
|
||||||
}
|
}
|
||||||
|
|
||||||
.top_sticky {
|
.top_sticky {
|
||||||
|
@ -101,7 +102,7 @@
|
||||||
|
|
||||||
.pan {
|
.pan {
|
||||||
background: darken($content_bg, 4%);
|
background: darken($content_bg, 4%);
|
||||||
max-height: 64px;
|
max-height: 60px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.children {
|
.children {
|
||||||
|
@ -120,7 +121,7 @@
|
||||||
position: absolute;
|
position: absolute;
|
||||||
content: " ";
|
content: " ";
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: $gap;
|
height: $radius;
|
||||||
background: linear-gradient($content_bg, transparentize($content_bg, 1));
|
background: linear-gradient($content_bg, transparentize($content_bg, 1));
|
||||||
bottom: -$gap;
|
bottom: -$gap;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue