mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
Bugfix
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
font-family:"Segoe UI", Arial;
|
||||
--fond: RGB(221, 217, 195);
|
||||
min-width:830px;
|
||||
padding-left:20px !important;
|
||||
padding-right:20px !important;
|
||||
}
|
||||
|
||||
|
||||
@@ -1826,23 +1828,24 @@ div.sheet-sortileges > .repcontainer > .repitem > div:nth-of-type(4) > span
|
||||
padding-right:2px;
|
||||
}
|
||||
|
||||
div.sheet-sortileges > .repcontainer > .repitem > div:nth-of-type(3) > textarea
|
||||
div.sheet-sortileges > .repcontainer > .repitem > div > textarea
|
||||
{
|
||||
width: calc(100% - 4px);
|
||||
}
|
||||
|
||||
div.sheet-sortileges > .repcontainer > .repitem > div:nth-of-type(4) > textarea
|
||||
{
|
||||
width: calc(100% - 4px);
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
div.sheet-sortileges > .repcontainer > .repitem > div:nth-of-type(2) > textarea,
|
||||
div.sheet-sortileges > .repcontainer > .repitem > div:nth-of-type(4) > textarea,
|
||||
div.sheet-sortileges > .repcontainer > .repitem > div:nth-of-type(2) > span
|
||||
div.sheet-sortileges > .repcontainer > .repitem > div:nth-of-type(4) > span
|
||||
{
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
div.sheet-sortileges > .repcontainer > .repitem > div > span
|
||||
{
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
div.sheet-sortileges > .repcontainer > .repitem > div > textarea,
|
||||
div.sheet-potions > .repcontainer > .repitem > div > textarea
|
||||
{
|
||||
@@ -2034,11 +2037,30 @@ div.sheet-potions > .repcontainer > .repitem > div:nth-of-type(4)
|
||||
width:120px;
|
||||
}
|
||||
|
||||
div.sheet-potions > .repcontainer > .repitem > div > textarea,
|
||||
div.sheet-potions > .repcontainer > .repitem > div > textarea
|
||||
{
|
||||
padding-left:2px;
|
||||
padding-right:2px;
|
||||
width:calc(100% - 4px);
|
||||
}
|
||||
|
||||
div.sheet-potions > .repcontainer > .repitem > div > span
|
||||
{
|
||||
padding-left:2px;
|
||||
padding-right:2px;
|
||||
width:100%;
|
||||
}
|
||||
|
||||
div.sheet-potions > .repcontainer > .repitem > div:nth-of-type(2) > textarea,
|
||||
div.sheet-potions > .repcontainer > .repitem > div:nth-of-type(3) > textarea
|
||||
{
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
div.sheet-potions > .repcontainer > .repitem > div:nth-of-type(2) > span,
|
||||
div.sheet-potions > .repcontainer > .repitem > div:nth-of-type(3) > span
|
||||
{
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
div.sheet-potions > .repcontainer > .repitem > div:last-of-type > textarea
|
||||
|
||||
Reference in New Issue
Block a user