mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-22 17:25:40 +03:00
Make DM striped background fixed
This commit is contained in:
parent
a2bfae0163
commit
49301ae965
2 changed files with 3 additions and 0 deletions
|
@ -288,6 +288,7 @@
|
|||
);
|
||||
/* diagonal stripes of yellow */
|
||||
background-image: var(--yellow-stripes);
|
||||
background-attachment: fixed;
|
||||
}
|
||||
|
||||
#compose-container .media-attachments {
|
||||
|
|
|
@ -32,6 +32,7 @@
|
|||
);
|
||||
/* diagonal stripes of yellow */
|
||||
background-image: var(--yellow-stripes);
|
||||
background-attachment: fixed;
|
||||
}
|
||||
|
||||
/* STATUS PRE META */
|
||||
|
@ -85,6 +86,7 @@
|
|||
}
|
||||
.status.large.visibility-direct {
|
||||
background-image: var(--fade-in-out-bg), var(--yellow-stripes);
|
||||
background-attachment: local, fixed;
|
||||
}
|
||||
|
||||
@keyframes skeleton-breathe {
|
||||
|
|
Loading…
Reference in a new issue