Skip to content

Commit

Permalink
Flip indicator on button swap
Browse files Browse the repository at this point in the history
Full-size menu width
  • Loading branch information
msaladna committed Jul 27, 2020
1 parent 2dde957 commit 7159a1b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion scss/apnscp/_menu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,10 @@ body.ui-swap-buttons #ui-full-flex-wrap > .ui-app-row {
position: absolute;
height: 100%;
z-index: 100;
max-width: $sidemenu-max-width;
transform: translateX(-100%);
}

max-width: $sidemenu-max-width;
background: $header-bg;
> div.col-12 {
// col-12
Expand Down Expand Up @@ -305,6 +306,9 @@ body.ui-swap-buttons #ui-full-flex-wrap > .ui-app-row {
border-top: 0.5em solid #f5f8fa;
border-right: 0.5em solid transparent;
border-left: 0.5em solid transparent;
body.ui-swap-buttons & {
transform:rotate(270deg);
}
position: absolute;
transform: rotate(90deg);
margin-right: 0;
Expand Down

0 comments on commit 7159a1b

Please sign in to comment.