fix: make random and next buttons much bigger in watch mode controls
This commit is contained in:
parent
add2e85248
commit
d988e15ff9
1 changed files with 5 additions and 3 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue