mirror of
https://github.com/wavetermdev/docusaurus-og.git
synced 2026-08-05 13:46:35 -07:00
fix(logos-docusaurus-theme): center the Lightbox fullscreen button icon
This commit is contained in:
@@ -57,7 +57,6 @@
|
||||
|
||||
&:not(.active) {
|
||||
.fullscreenButton {
|
||||
display: block;
|
||||
transition: 0.3s;
|
||||
position: absolute;
|
||||
bottom: 8px;
|
||||
@@ -67,7 +66,7 @@
|
||||
|
||||
@include utils.responsive('lg', 'up') {
|
||||
.fullscreenButton {
|
||||
display: block;
|
||||
display: flex;
|
||||
opacity: 0;
|
||||
visibility: hidden;
|
||||
transition: 0.3s;
|
||||
|
||||
Reference in New Issue
Block a user