Ariver
2026-06-06 024cb1bcf5a4d85ca4b13945b87b15be8b262470
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.
1 files modified
12 ■■■■■ changed files
docs/styles.css 12 ●●●●● patch | view | raw | blame | history
docs/styles.css
@@ -304,7 +304,7 @@
  display: flex;
  align-items: center;
  gap: 14px 20px;
  flex-wrap: wrap;
  width: 100%;
}
.views__modes-row__label {
@@ -315,6 +315,8 @@
  display: inline-flex;
  flex-direction: column;
  gap: 6px;
  margin-left: auto;
  flex-shrink: 0;
  padding: 12px 18px;
  border-radius: 14px;
  background: #f5f5f7;
@@ -878,6 +880,14 @@
    max-width: 36em;
  }
  .views__modes-row {
    flex-wrap: wrap;
  }
  .views__shortcut {
    margin-left: 0;
  }
  .tags__split {
    grid-template-columns: 1fr;
    gap: 36px;