Skip to content

Commit

Permalink
Fix squished gallery buttons on iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
rakyi committed Jan 23, 2025
1 parent b3851ff commit 61a40a8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions site/blocks/GalleryArrow.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,20 @@ button.gallery-arrow {
justify-content: center;
width: $gallery-navigation-button-size;
height: $gallery-navigation-button-size;
padding: 0;
font-size: 1.2rem;
border: 2px solid $oxford-blue;
border-radius: 50%;
outline: none;
color: $blue-100;
cursor: pointer;
background: none;

&:hover {
color: white;
background-color: $oxford-blue;
}

&:disabled {
color: lightgrey;
border-color: lightgrey;
Expand Down

0 comments on commit 61a40a8

Please sign in to comment.