We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dde957 commit 7159a1bCopy full SHA for 7159a1b
scss/apnscp/_menu.scss
@@ -76,9 +76,10 @@ body.ui-swap-buttons #ui-full-flex-wrap > .ui-app-row {
76
position: absolute;
77
height: 100%;
78
z-index: 100;
79
- max-width: $sidemenu-max-width;
80
transform: translateX(-100%);
81
}
+
82
+ max-width: $sidemenu-max-width;
83
background: $header-bg;
84
> div.col-12 {
85
// col-12
@@ -305,6 +306,9 @@ body.ui-swap-buttons #ui-full-flex-wrap > .ui-app-row {
305
306
border-top: 0.5em solid #f5f8fa;
307
border-right: 0.5em solid transparent;
308
border-left: 0.5em solid transparent;
309
+ body.ui-swap-buttons & {
310
+ transform:rotate(270deg);
311
+ }
312
313
transform: rotate(90deg);
314
margin-right: 0;
0 commit comments