Merge pull request #1054 from robintown/local-feed-contrast

Use a more noticeable shadow when displaying one tile on top another
This commit is contained in:
Robin 2023-05-13 13:54:12 -04:00 committed by GitHub
commit 1c9b2a24d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 19 additions and 5 deletions

View file

@ -22,6 +22,8 @@ limitations under the License.
height: var(--tileHeight);
--tileRadius: 8px;
border-radius: var(--tileRadius);
box-shadow: rgba(0, 0, 0, 0.5) 0px var(--tileShadow)
calc(2 * var(--tileShadow)) var(--tileShadowSpread);
overflow: hidden;
cursor: pointer;