mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-01-23 00:56:23 +01: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%;
|
width: 100%;
|
||||||
max-width: calc(var(--main-width) - 50px - 16px);
|
max-width: calc(var(--main-width) - 50px - 16px);
|
||||||
border-radius: 16px 16px 0 0;
|
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);
|
animation: slide-up 0.3s var(--timing-function);
|
||||||
border: 1px solid var(--outline-color);
|
border: 1px solid var(--outline-color);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue