diff options
author | Aubrey-Li <63608597+Aubrey-Li@users.noreply.github.com> | 2021-07-29 15:36:02 -0700 |
---|---|---|
committer | Aubrey-Li <63608597+Aubrey-Li@users.noreply.github.com> | 2021-07-29 15:36:02 -0700 |
commit | 7e11e24fcdd9c086d63c643d6ee092c952d2e327 (patch) | |
tree | bcac5ca6a221ed37921f1b9186a1e5e20bfbf6b9 /src/client/views/LightboxView.scss | |
parent | 405114b0a2440939e89052539eb91f479e8d4176 (diff) | |
parent | e950b1828e2331f840b3b25dc9f8cb332ffe0105 (diff) |
Merge branch 'master' into aubrey-bugfix
Diffstat (limited to 'src/client/views/LightboxView.scss')
-rw-r--r-- | src/client/views/LightboxView.scss | 30 |
1 files changed, 29 insertions, 1 deletions
diff --git a/src/client/views/LightboxView.scss b/src/client/views/LightboxView.scss index 4ea2dc2d6..5d42cd97f 100644 --- a/src/client/views/LightboxView.scss +++ b/src/client/views/LightboxView.scss @@ -1,3 +1,32 @@ + + .lightboxView-navBtn { + margin: auto; + position: absolute; + right: 10; + top: 10; + background: transparent; + border-radius: 8; + color:white; + opacity: 0.7; + width: 35; + &:hover { + opacity: 1; + } + } + .lightboxView-tabBtn { + margin: auto; + position: absolute; + right: 35; + top: 10; + background: transparent; + border-radius: 8; + color:white; + opacity: 0.7; + width: 35; + &:hover { + opacity: 1; + } + } .lightboxView-frame { position: absolute; top: 0; left: 0; @@ -15,7 +44,6 @@ position: relative; background: transparent; border-radius: 8; - color:white; opacity: 0.7; width: 35; &:hover { |