mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-09-07 15:42:33 +00:00
Got textarea resizing working
This commit is contained in:
@@ -955,14 +955,33 @@ div[data-groupname^="repeating_mutations"] .repitem,
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
|
||||
.charsheet textarea {
|
||||
width: calc(100% - 10px);
|
||||
height: 150px;
|
||||
resize:none;
|
||||
}
|
||||
|
||||
.charsheet .sheet-fluid-textarea {
|
||||
.charsheet textarea.sheet-fluid {
|
||||
width: calc(100% - 10px);
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.charsheet textarea.sheet-small {
|
||||
width: calc(100% - 150px);
|
||||
height: 50px;
|
||||
}
|
||||
|
||||
.charsheet textarea.sheet-medium {
|
||||
width: calc(100% - 10px);
|
||||
height: 100px;
|
||||
}
|
||||
|
||||
.charsheet textarea.sheet-large {
|
||||
width: calc(100% - 10px);
|
||||
height: 300px;
|
||||
}
|
||||
|
||||
/*.charsheet .sheet-fluid-textarea {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
@@ -976,7 +995,7 @@ div[data-groupname^="repeating_mutations"] .repitem,
|
||||
|
||||
.charsheet .sheet-large-textarea {
|
||||
height: 300px;
|
||||
}
|
||||
}*/
|
||||
|
||||
.charsheet h3 {
|
||||
font-size: 12px;
|
||||
|
||||
@@ -7343,7 +7343,7 @@
|
||||
|
||||
<div class="sheet-row">
|
||||
<div class="sheet-col-2-9 sheet-heading-row sheet-right">Known Languages: <br/></div>
|
||||
<div class="sheet-col-5-9"><textarea name="attr_LanguagesMonster"></textarea></div>
|
||||
<div class="sheet-col-5-9"><textarea class="sheet-small" name="attr_LanguagesMonster"></textarea></div>
|
||||
<div class="sheet-col-2-9 sheet-center"> </div>
|
||||
</div>
|
||||
|
||||
@@ -8082,7 +8082,7 @@
|
||||
<div class="sheet-row">
|
||||
<div class="sheet-col-5-24"><input class="sheet-BoldText" input type="text" placeholder="Special Ability Name" name="attr_Monster_SpecialAbilityName"></div>
|
||||
<div class="sheet-col-1-24 sheet-center"> </div>
|
||||
<div class="sheet-col-17-24 sheet-fluid-textarea"><textarea name="attr_Monster_SpecialAbility" placeholder="Special Ability Description"></textarea></div>
|
||||
<div class="sheet-col-17-24"><textarea class="sheet-medium" name="attr_Monster_SpecialAbility" placeholder="Special Ability Description"></textarea></div>
|
||||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||||
</div>
|
||||
</fieldset>
|
||||
|
||||
Reference in New Issue
Block a user