Skip to content

Commit

Permalink
shadow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
VanDerLars committed Mar 21, 2022
1 parent 160ded0 commit 6202a4e
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
7 changes: 5 additions & 2 deletions app/themes/onepage_light/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -611,13 +611,16 @@ figure .source {
}

.lightbox-opened img {
box-shadow: 0 0 6px 3px #33333352;;
box-shadow: 0 2px 8px #3333335e;
}

.lightbox-opened img {
max-width: 100%;
max-width: calc(100% - 50px);
border-radius: 10px;
max-height: calc(100% - 48px);
position: fixed;
left: 0;
margin: 0 25px;
}

.no-scroll {
Expand Down
2 changes: 1 addition & 1 deletion app/themes/sidebar_dark/theme.css

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

2 changes: 1 addition & 1 deletion app/themes/sidebar_dark_full_width/theme.css

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

2 changes: 1 addition & 1 deletion app/themes/sidebar_light/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@ article .block-color-gray {
}

.lightbox-opened img {
box-shadow: 0 0 6px 3px #33333352;;
box-shadow: 0 2px 8px #3333335e;
}

.lightbox-opened img {
Expand Down
2 changes: 1 addition & 1 deletion app/themes/sidebar_light_full_width/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ article .block-color-teal_background {
}

.lightbox-opened img {
box-shadow: 0 0 6px 3px #33333352;;
box-shadow: 0 2px 8px #3333335e;
}

.lightbox-opened img {
Expand Down

0 comments on commit 6202a4e

Please sign in to comment.