Skip to content

Commit 1a5ba3c

Browse files
authored
Merge pull request #180 from mbagalwa/feat/jump-to-top-overlap
fix: move DevEx Sessions button further left on desktop
2 parents 895be83 + 9ed58c1 commit 1a5ba3c

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

website/src/components/MeetupReminderButton/styles.module.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
display: flex;
1414
align-items: center;
1515
gap: 0.5rem;
16-
padding: 0.875rem 1.25rem;
16+
padding: 0.7rem 1.25rem;
1717
background: var(--ifm-color-primary);
1818
color: white;
1919
border: none;
@@ -576,10 +576,10 @@
576576
}
577577

578578

579-
/* Desktop (≥768px): DevEx Sessions (Meetup) at bottom-right corner, to the right of Jump to Top, same baseline */
579+
/* Desktop (≥768px): DevEx Sessions (Meetup) shifted left from the right edge, same baseline as Jump to Top */
580580
@media (min-width: 768px) {
581581
.container {
582-
right: 2rem;
582+
right: 6rem;
583583
bottom: 2rem;
584584
}
585585
}

website/src/css/custom.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -998,7 +998,7 @@ html[data-theme='dark'] .searchBar .dropdownMenu svg {
998998
/* Jump to Top to the left of DevEx Sessions (Meetup), same baseline */
999999
@media (min-width: 767px) {
10001000
.theme-back-to-top-button {
1001-
bottom: 2.2rem !important;
1002-
right: 11rem !important;
1001+
bottom: 2rem !important;
1002+
right: 2.5rem !important;
10031003
}
10041004
}

0 commit comments

Comments
 (0)