Skip to content

Commit 8f94359

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

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scss/apnscp/_menu.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,9 @@ body.ui-swap-buttons #ui-full-flex-wrap > .ui-app-row {
305305
border-top: 0.5em solid #f5f8fa;
306306
border-right: 0.5em solid transparent;
307307
border-left: 0.5em solid transparent;
308+
body.ui-swap-buttons & {
309+
transform:rotate(270deg);
310+
}
308311
position: absolute;
309312
transform: rotate(90deg);
310313
margin-right: 0;

0 commit comments

Comments
 (0)