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
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;