add: expand infinite scrolling to stacks and profiles
This commit is contained in:
parent
2b253c811c
commit
3027b679db
16 changed files with 226 additions and 288 deletions
|
@ -565,11 +565,9 @@ select:focus {
|
|||
nav {
|
||||
background: var(--color-primary);
|
||||
color: var(--color-text-primary) !important;
|
||||
color: inherit;
|
||||
width: 100%;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
color: var(--color-text);
|
||||
position: sticky;
|
||||
top: 0;
|
||||
z-index: 6374;
|
||||
|
@ -722,13 +720,12 @@ dialog {
|
|||
position: fixed;
|
||||
bottom: 0;
|
||||
top: 0;
|
||||
display: flex;
|
||||
display: none;
|
||||
background: var(--color-surface);
|
||||
border: solid 1px var(--color-super-lowered) !important;
|
||||
border-radius: var(--radius);
|
||||
max-width: 100%;
|
||||
border-style: none;
|
||||
display: none;
|
||||
margin: auto;
|
||||
color: var(--color-text);
|
||||
animation: popin ease-in-out 1 0.1s forwards running;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue