mirror of
https://github.com/denberek/obsidian-agent-fleet.git
synced 2026-07-22 07:47:06 +00:00
docs: anchor nav actions to the right on mobile
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
ac601d7d78
commit
640428975d
1 changed files with 1 additions and 1 deletions
|
|
@ -194,7 +194,7 @@ h3 { font-size: 1.05rem; font-weight: 600; letter-spacing: -0.01em; }
|
|||
}
|
||||
.nav-links a:hover { color: var(--text); background: rgba(255, 255, 255, 0.05); }
|
||||
|
||||
.nav-actions { display: flex; gap: 8px; align-items: center; }
|
||||
.nav-actions { display: flex; gap: 8px; align-items: center; margin-left: auto; }
|
||||
|
||||
/* ---------- Hero ---------- */
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue