Template:TranscriptBox/styles.css: Difference between revisions
Template page
More actions
Created page with ".transcript-box { height: 50vh; overflow-y: scroll; border: 1px solid; padding: 10px; border-radius: 8px; font-family: monospace; line-height: 1.6; }" |
No edit summary |
||
| Line 5: | Line 5: | ||
padding: 10px; | padding: 10px; | ||
border-radius: 8px; | border-radius: 8px; | ||
line-height: 1.6; | line-height: 1.6; | ||
} | } | ||
Revision as of 06:05, 22 March 2026
.transcript-box {
height: 50vh;
overflow-y: scroll;
border: 1px solid;
padding: 10px;
border-radius: 8px;
line-height: 1.6;
}