mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
[Harry Potter JDR] Bugfix
This commit is contained in:
@@ -1826,6 +1826,22 @@ 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
|
||||
{
|
||||
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(4) > span
|
||||
{
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
div.sheet-sortileges > .repcontainer > .repitem > div > textarea,
|
||||
div.sheet-potions > .repcontainer > .repitem > div > textarea
|
||||
@@ -2025,6 +2041,18 @@ div.sheet-potions > .repcontainer > .repitem > div > span
|
||||
padding-right:2px;
|
||||
}
|
||||
|
||||
div.sheet-potions > .repcontainer > .repitem > div:last-of-type > textarea
|
||||
{
|
||||
width: calc(100% - 4px);
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
div.sheet-potions > .repcontainer > .repitem > div:last-of-type > span
|
||||
{
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
div.sheet-inventaire
|
||||
{
|
||||
width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user