Push views shortcut box to the right edge
Use margin-left: auto on the quick-launch key box so it no longer
sits flush against the view-modes list on screen two.
| | |
| | | display: flex; |
| | | align-items: center; |
| | | gap: 14px 20px; |
| | | flex-wrap: wrap; |
| | | width: 100%; |
| | | } |
| | | |
| | | .views__modes-row__label { |
| | |
| | | display: inline-flex; |
| | | flex-direction: column; |
| | | gap: 6px; |
| | | margin-left: auto; |
| | | flex-shrink: 0; |
| | | padding: 12px 18px; |
| | | border-radius: 14px; |
| | | background: #f5f5f7; |
| | |
| | | max-width: 36em; |
| | | } |
| | | |
| | | .views__modes-row { |
| | | flex-wrap: wrap; |
| | | } |
| | | |
| | | .views__shortcut { |
| | | margin-left: 0; |
| | | } |
| | | |
| | | .tags__split { |
| | | grid-template-columns: 1fr; |
| | | gap: 36px; |