Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanTGold committed Jul 18, 2024
1 parent 196d3a0 commit ae7f4b6
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/components/share-overlay/_share-overlay.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@
.header {
font-weight: 500;
font-size: 32px;
margin-top: 25px;
}
}

.size-md {
.overlay.share-overlay {
.header {
font-size: 25px;
margin-top: 0;
}
}
}
Expand All @@ -21,23 +23,23 @@
.overlay.share-overlay {
.header {
font-size: 20px;
margin-top: 0;
}
}
}

.overlay.share-overlay {
.overlay-contents {
display: flex;
justify-content: center;
align-items: center;
padding: 10px !important;
color: $tone-1-color;
overflow-y: initial;

:global(.overlay-screen) {
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
Expand Down Expand Up @@ -149,7 +151,7 @@
.player.size-xs {
.overlay.share-overlay {
.share-icons {
margin: 8px 0 8px 0;
margin: calc(8px - 100% * 0.01) 0;
}
}
.link-options-container {
Expand Down

0 comments on commit ae7f4b6

Please sign in to comment.