This commit is contained in:
parent
5d6fa47606
commit
d20952d2fb
8 changed files with 73 additions and 48 deletions
|
|
@ -67,26 +67,30 @@
|
|||
}
|
||||
|
||||
body[data-template="index"] {
|
||||
ul.filter-menu {
|
||||
position: fixed;
|
||||
top: var(--slider-height);
|
||||
width: 100%;
|
||||
|
||||
margin: 0;
|
||||
padding-top: var(--line-height-S);
|
||||
.filter-menu {
|
||||
padding-top: 0;
|
||||
}
|
||||
|
||||
ul.projects-index {
|
||||
position: absolute;
|
||||
top: var(--slider-height);
|
||||
top: 0;
|
||||
|
||||
box-sizing: border-box;
|
||||
width: calc(100vw - calc(var(--body-margin) * 2));
|
||||
height: calc(100vh - var(--slider-height));
|
||||
height: 100vh;
|
||||
overflow: auto;
|
||||
|
||||
padding-right: 1.5rem;
|
||||
padding-top: calc((var(--line-height-S) * 5));
|
||||
padding-top: calc(var(--font-size-XL) + (var(--line-height-S) * 1));
|
||||
padding-bottom: calc(var(--font-size-XL));
|
||||
}
|
||||
|
||||
ul.projects-index:has(.selected) {
|
||||
top: var(--slider-height);
|
||||
|
||||
height: calc(100vh - var(--slider-height));
|
||||
|
||||
padding-top: var(--line-height-S);
|
||||
padding-bottom: calc(var(--font-size-XL));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue