Unverified Commit 9a746491 authored by Lauri Timmanee's avatar Lauri Timmanee
Browse files

Issue #3213118 by Gauravmahlawat, Sakthivel M, Akhildev.cs, mherchel: Olivero:...

Issue #3213118 by Gauravmahlawat, Sakthivel M, Akhildev.cs, mherchel: Olivero: Mobile sub-navigation menus slightly offset subsequent menu links when hidden
parent 684f19be
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -287,6 +287,8 @@
  overflow: hidden;
  flex-basis: 100%;
  max-height: 0;
  margin-top: 0;
  margin-bottom: 0;
  transition: opacity 0.2s, visibility 0.2s, max-height 0.2s;
  opacity: 0
}
+1 −0
Original line number Diff line number Diff line
@@ -150,6 +150,7 @@
  overflow: hidden;
  flex-basis: 100%;
  max-height: 0;
  margin-block: 0;
  margin-inline-start: calc(-1 * var(--sp));
  padding-inline-start: var(--sp2-5);
  transition: opacity 0.2s, visibility 0.2s, max-height 0.2s;