Skip to content

Commit

Permalink
fix(logos-docusaurus-theme): center the Lightbox fullscreen button icon
Browse files Browse the repository at this point in the history
  • Loading branch information
jeangovil committed Nov 21, 2023
1 parent 6ca80d9 commit 187afd2
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@

&:not(.active) {
.fullscreenButton {
display: block;
transition: 0.3s;
position: absolute;
bottom: 8px;
Expand All @@ -67,7 +66,7 @@

@include utils.responsive('lg', 'up') {
.fullscreenButton {
display: block;
display: flex;
opacity: 0;
visibility: hidden;
transition: 0.3s;
Expand Down

0 comments on commit 187afd2

Please sign in to comment.