Skip to content

Commit

Permalink
Merge pull request #12391 from nucleogenesis/fix--side-panel-bottom-n…
Browse files Browse the repository at this point in the history
…av-spacing

EQM: Side panel bottom nav
  • Loading branch information
rtibbles authored Jul 2, 2024
2 parents a82cf78 + f03728b commit ca6aef4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@
.bottom-navigation {
position: absolute;
right: 0;
bottom: 1.5em;
bottom: 0;
left: 0;
width: 100%;
padding: 1em;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -915,7 +915,7 @@
.bottom-navigation {
position: absolute;
right: 0;
bottom: 1.5em;
bottom: 0;
left: 0;
width: 100%;
padding: 1em;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@
.bottom-buttons-style {
position: absolute;
right: 0;
bottom: 1.5em;
bottom: 0;
left: 0;
padding: 1em;
margin-top: 1em;
Expand Down

0 comments on commit ca6aef4

Please sign in to comment.