fix(logos-docusaurus-theme): center the Lightbox fullscreen button icon

This commit is contained in:
Hossein Mehrabi
2023-11-21 06:26:10 +03:30
parent 6ca80d94fd
commit 187afd2320
@@ -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;