Skip to content

Commit 7159a1b

Browse files
committed
Flip indicator on button swap
Full-size menu width
1 parent 2dde957 commit 7159a1b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

scss/apnscp/_menu.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,10 @@ body.ui-swap-buttons #ui-full-flex-wrap > .ui-app-row {
7676
position: absolute;
7777
height: 100%;
7878
z-index: 100;
79-
max-width: $sidemenu-max-width;
8079
transform: translateX(-100%);
8180
}
81+
82+
max-width: $sidemenu-max-width;
8283
background: $header-bg;
8384
> div.col-12 {
8485
// col-12
@@ -305,6 +306,9 @@ body.ui-swap-buttons #ui-full-flex-wrap > .ui-app-row {
305306
border-top: 0.5em solid #f5f8fa;
306307
border-right: 0.5em solid transparent;
307308
border-left: 0.5em solid transparent;
309+
body.ui-swap-buttons & {
310+
transform:rotate(270deg);
311+
}
308312
position: absolute;
309313
transform: rotate(90deg);
310314
margin-right: 0;

0 commit comments

Comments
 (0)