| | |
| | | overflow: hidden; |
| | | flex-shrink: 0; |
| | | align-self: flex-start; |
| | | margin-top: auto; |
| | | margin-bottom: auto; |
| | | } |
| | | |
| | | button.mobile-explorer { |
| | |
| | | flex: 0 0 34px; |
| | | |
| | | & > .explorer-content { |
| | | transform: translateX(0); |
| | | visibility: visible; |
| | | transform: translateX(-100vw); |
| | | visibility: hidden; |
| | | } |
| | | } |
| | | |
| | |
| | | flex: 0 0 34px; |
| | | |
| | | & > .explorer-content { |
| | | transform: translateX(-100vw); |
| | | visibility: hidden; |
| | | transform: translateX(0); |
| | | visibility: visible; |
| | | } |
| | | } |
| | | |
| | |
| | | background-color: var(--light); |
| | | max-width: 100vw; |
| | | width: 100%; |
| | | transform: translateX(0); |
| | | transform: translateX(-100vw); |
| | | transition: |
| | | transform 200ms ease, |
| | | visibility 200ms ease; |