.newView { display: flex; align-items: center; justify-content: center; gap: 6px; padding: 10px 12px; font-size: 12px; text-decoration: none; flex-shrink: 0; margin: 4px 8px 10px; background: var(--accent); color: var(--accent-fg); border: none; border-radius: 10px; font-weight: 600; transition: opacity 0.12s; position: sticky; bottom: 0; z-index: 1; box-shadow: 0 -12px 16px var(--bg-1); } .newView:hover { opacity: 0.88; }