From 7159a1b6efc9617dcd9f47e6c97407c3473961f1 Mon Sep 17 00:00:00 2001 From: Matt Saladna Date: Mon, 27 Jul 2020 16:28:06 -0400 Subject: [PATCH] Flip indicator on button swap Full-size menu width --- scss/apnscp/_menu.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/scss/apnscp/_menu.scss b/scss/apnscp/_menu.scss index 94ed5f5..4b53375 100644 --- a/scss/apnscp/_menu.scss +++ b/scss/apnscp/_menu.scss @@ -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 @@ -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;