Skip to content

Commit

Permalink
fix(layout): swap A1 and L3 buttons to correct placement issue (OpenS…
Browse files Browse the repository at this point in the history
…tickCommunity#1057)

* fix(layout): swap A1 and L3 buttons to correct placement issue

* fix(layout): swap A1 and L3 buttons to correct placement issue on 16a as well

---------

Co-authored-by: “KeyOnTech” <“KeyOnApps@Gmail.com”>
  • Loading branch information
KeyOnTech and “KeyOnTech” authored Jun 12, 2024
1 parent 985ae1a commit 25ee928
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions www/src/Pages/CustomThemePage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -612,13 +612,13 @@ $button-keycap: 19px;
}
.L3 {
@include arcade-button($button-24mm, true);
left: calc(50% - #{$button-24mm * 3.5});
top: calc(50% + #{$button-24mm * 0.75});
left: calc(59% - #{$button-24mm});
top: calc(0% - #{$button-24mm * 2.15});
}
.A2 {
@include arcade-button($button-24mm, true);
left: calc(59% - #{$button-24mm});
top: calc(0% - #{$button-24mm * 2.15});
left: calc(50% - #{$button-24mm * 3.5});
top: calc(50% + #{$button-24mm * 0.75});
}
}

Expand Down Expand Up @@ -697,13 +697,13 @@ $button-keycap: 19px;
}
.L3 {
@include arcade-button($button-24mm, true);
left: calc(50% - #{$button-24mm * 11});
top: $button-24mm * 2;
left: calc(59% - #{$button-24mm});
top: calc(0% - #{$button-24mm * 2.15});
}
.A2 {
@include arcade-button($button-24mm, true);
left: calc(59% - #{$button-24mm});
top: calc(0% - #{$button-24mm * 2.15});
left: calc(50% - #{$button-24mm * 11});
top: $button-24mm * 2;
}
}

Expand Down

0 comments on commit 25ee928

Please sign in to comment.