mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-05-28 00:01:54 +08:00
Use a textarea instead of a prompt for export to prevent truncation in
Chrome.
This commit is contained in:
@@ -427,6 +427,11 @@ body.noMask .eventTitle:after {
|
||||
min-height: 100px;
|
||||
}
|
||||
|
||||
#description textarea {
|
||||
width: 100%;
|
||||
height: 225px;
|
||||
}
|
||||
|
||||
body.noMask #description {
|
||||
color: white;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user