mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-22 17:25:40 +03:00
Fix wrong shadow color for sheets
This commit is contained in:
parent
af7c9bc1b1
commit
9f6657d9a2
1 changed files with 1 additions and 1 deletions
|
@ -987,7 +987,7 @@ body:has(.status-deck) .media-post-link {
|
|||
width: 100%;
|
||||
max-width: calc(var(--main-width) - 50px - 16px);
|
||||
border-radius: 16px 16px 0 0;
|
||||
box-shadow: 0 -1px 32px var(--divider-color);
|
||||
box-shadow: 0 -1px 32px var(--drop-shadow-color);
|
||||
animation: slide-up 0.3s var(--timing-function);
|
||||
border: 1px solid var(--outline-color);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue