summaryrefslogtreecommitdiffstats
path: root/assets
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2021-12-29 20:20:17 +0100
committerVolpeon <git@volpeon.ink>2021-12-29 20:20:17 +0100
commit57e925e4ac877906c07eb24b8663ac34606f9b31 (patch)
tree25cc5f738942c491ba7e69c9f660a43a5e5a606e /assets
parentAdded lightbox (diff)
downloadvolpeon.ink-57e925e4ac877906c07eb24b8663ac34606f9b31.tar.gz
volpeon.ink-57e925e4ac877906c07eb24b8663ac34606f9b31.tar.bz2
volpeon.ink-57e925e4ac877906c07eb24b8663ac34606f9b31.zip
Keyboard-friendly lightbox
Diffstat (limited to 'assets')
-rw-r--r--assets/css/components/_lightbox.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/css/components/_lightbox.scss b/assets/css/components/_lightbox.scss
index ece2b4b..b23943a 100644
--- a/assets/css/components/_lightbox.scss
+++ b/assets/css/components/_lightbox.scss
@@ -24,7 +24,7 @@
24 justify-content: center; 24 justify-content: center;
25 width: 100%; 25 width: 100%;
26 height: 100%; 26 height: 100%;
27 padding: 2em calc(3em + 1rem); 27 padding: 1em calc(3em + 1rem);
28 transition: opacity .2s, visibility .2s; 28 transition: opacity .2s, visibility .2s;
29 opacity: 0; 29 opacity: 0;
30 30