mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2026-04-22 13:17:08 +00:00
basic: input validation, array bounds check
This commit is contained in:
+8
-2
@@ -600,17 +600,23 @@ div.asset_toolbar {
|
||||
flex-shrink: 0;
|
||||
}
|
||||
.transcript-line {
|
||||
line-height: 1.5;
|
||||
line-height: 1.5em;
|
||||
min-height: 1em;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
.transcript-fanfold > .transcript-line {
|
||||
min-height: 1.5em;
|
||||
}
|
||||
.transcript-fanfold > .transcript-line:nth-child(even) {
|
||||
background: RGBA(225,245,225,1.0);
|
||||
}
|
||||
.transcript-style-1 {
|
||||
font-style: italic;
|
||||
}
|
||||
.transcript-style-2 {
|
||||
white-space: pre-wrap; /* css-3 */
|
||||
font-family: "Andale Mono", "Menlo", "Lucida Console", monospace;
|
||||
line-height: 1;
|
||||
line-height: 1em;
|
||||
min-height: 0;
|
||||
}
|
||||
.transcript-style-4 {
|
||||
|
||||
Reference in New Issue
Block a user