forked from AkkomaGang/akkoma-fe
only stick timeline heading to top instead of nav
This commit is contained in:
parent
094694a8bf
commit
c50c670aa2
3 changed files with 5 additions and 4 deletions
|
@ -127,7 +127,7 @@ nav {
|
|||
box-shadow: var(--topBarShadow);
|
||||
box-sizing: border-box;
|
||||
height: var(--navbar-height);
|
||||
position: fixed;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#sidebar {
|
||||
|
@ -135,7 +135,7 @@ nav {
|
|||
}
|
||||
|
||||
.column.-scrollable {
|
||||
top: var(--navbar-height);
|
||||
top: 0;
|
||||
position: sticky;
|
||||
}
|
||||
|
||||
|
@ -297,7 +297,7 @@ nav {
|
|||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
padding-top: 0;
|
||||
margin-top: var(--navbar-height);
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
|
||||
.timeline-heading {
|
||||
.button-default, .alert {
|
||||
position: sticky;
|
||||
line-height: 2em;
|
||||
width: 100%;
|
||||
}
|
||||
|
|
|
@ -81,7 +81,7 @@
|
|||
|
||||
&.-sticky {
|
||||
position: sticky;
|
||||
top: var(--navbar-height);
|
||||
top: 0;
|
||||
}
|
||||
|
||||
&::after,
|
||||
|
|
Loading…
Reference in a new issue