Skip to content

Commit

Permalink
Fix header shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
Amphiluke committed Dec 30, 2023
1 parent 97f85ed commit 724a3c8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "lindsvg-pwa",
"private": true,
"version": "2.3.6",
"version": "2.3.7",
"type": "module",
"scripts": {
"lint": "eslint \"src/**/*.{mjs,vue}\"",
Expand Down
2 changes: 1 addition & 1 deletion src/components/PanelCollections.vue
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ function copyPermalink(cid, lid) {
.collectionName {
background: var(--color-surface);
box-shadow: 0 4px 7px 2px var(--color-surface), 0 -4px 7px 2px var(--color-surface);
box-shadow: 0 4px 7px 2px var(--color-surface), 0 -1px 0 0 var(--color-surface);
margin-block: 0 8px;
padding-block: 13px 5px;
position: sticky;
Expand Down

0 comments on commit 724a3c8

Please sign in to comment.