Template:TranscriptBox/styles.css: Difference between revisions
Template page
More actions
No edit summary Tag: Manual revert |
No edit summary |
||
| Line 6: | Line 6: | ||
border-radius: 8px; | border-radius: 8px; | ||
line-height: 1.6; | line-height: 1.6; | ||
background-color: var(--color-surface-2); | |||
} | } | ||
Revision as of 06:14, 22 March 2026
.transcript-box {
height: 50vh;
overflow-y: scroll;
border: 1px solid;
padding: 10px;
border-radius: 8px;
line-height: 1.6;
background-color: var(--color-surface-2);
}