diff options
| author | bobzel <zzzman@gmail.com> | 2022-09-26 11:14:50 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2022-09-26 11:14:50 -0400 |
| commit | d14cece23d1dac76d3bc1643e05b5b51071466ca (patch) | |
| tree | 1b767f61bac917ddf6e0cfd291a78d615d293f31 /src/client/views/LightboxView.scss | |
| parent | 15614ffdc931b8e0b85448387c2bcca3b13bf3e2 (diff) | |
added explore mode option to lightbox view. turned of ink and explore mode when leaving light box.
Diffstat (limited to 'src/client/views/LightboxView.scss')
| -rw-r--r-- | src/client/views/LightboxView.scss | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/client/views/LightboxView.scss b/src/client/views/LightboxView.scss index ae5dc9902..f86a1d211 100644 --- a/src/client/views/LightboxView.scss +++ b/src/client/views/LightboxView.scss @@ -46,6 +46,22 @@ opacity: 1; } } +.lightboxView-exploreBtn { + margin: auto; + position: absolute; + right: 100; + top: 10; + background: transparent; + border-radius: 8; + color: white; + opacity: 0.7; + width: 25; + flex-direction: column; + display: flex; + &:hover { + opacity: 1; + } +} .lightboxView-frame { position: absolute; top: 0; |
