fix: make random and next buttons much bigger in watch mode controls

This commit is contained in:
russell@unturf.com 2026-03-07 17:40:42 -05:00
parent add2e85248
commit d988e15ff9

View file

@ -2851,15 +2851,17 @@ textarea {
.ring-header-controls {
display: grid;
grid-template-columns: repeat(3, auto);
gap: 6px 12px;
gap: 8px 16px;
justify-content: end;
align-items: center;
}
.skip-next-btn {
font-size: 0.75em;
padding: 4px 10px;
font-size: 1.1em;
padding: 12px 24px;
cursor: pointer;
font-weight: var(--weight-semibold, 600);
border-radius: var(--radius-md, 8px);
}
.related-content-header h3 {