File tree Expand file tree Collapse file tree
components/MeetupReminderButton Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 display : flex;
1414 align-items : center;
1515 gap : 0.5rem ;
16- padding : 0.875 rem 1.25rem ;
16+ padding : 0.7 rem 1.25rem ;
1717 background : var (--ifm-color-primary );
1818 color : white;
1919 border : none;
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 : 2 rem ;
582+ right : 6 rem ;
583583 bottom : 2rem ;
584584 }
585585}
Original file line number Diff line number Diff 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 : 11 rem !important ;
1001+ bottom : 2rem !important ;
1002+ right : 2.5 rem !important ;
10031003 }
10041004}
You can’t perform that action at this time.
0 commit comments