mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-25 18:55:44 +03:00
Revert "Make DM striped background fixed"
This reverts commit 49301ae965
.
This commit is contained in:
parent
45c872df28
commit
c9e120b753
2 changed files with 0 additions and 3 deletions
|
@ -288,7 +288,6 @@
|
|||
);
|
||||
/* diagonal stripes of yellow */
|
||||
background-image: var(--yellow-stripes);
|
||||
background-attachment: fixed;
|
||||
}
|
||||
|
||||
#compose-container .media-attachments {
|
||||
|
|
|
@ -32,7 +32,6 @@
|
|||
);
|
||||
/* diagonal stripes of yellow */
|
||||
background-image: var(--yellow-stripes);
|
||||
background-attachment: fixed;
|
||||
}
|
||||
|
||||
/* STATUS PRE META */
|
||||
|
@ -86,7 +85,6 @@
|
|||
}
|
||||
.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