diff --git a/ProjectMoonTRPG/ProjectMoonTRPGStyle.css b/ProjectMoonTRPG/ProjectMoonTRPGStyle.css index 678a1ade25..9b5ee87c86 100644 --- a/ProjectMoonTRPG/ProjectMoonTRPGStyle.css +++ b/ProjectMoonTRPG/ProjectMoonTRPGStyle.css @@ -2481,6 +2481,7 @@ height: 35px;} .sheet-rolltemplate-damagecalculation .userscript-stCalculationContainer div:first-child { color: #f1c232; background-color: #111; } .sheet-rolltemplate-damagecalculation .userscript-spCalculationContainer div:first-child { color: #6d9eeb; background-color: #111; } + /* AutoEffect message styling */ /* Yes, you have to write them all out like this... */ .sheet-rolltemplate-damagecalculation .userscript-autoeffectContainer .userscript-autoEffectImage, @@ -2596,6 +2597,7 @@ height: 35px;} /* Chat avatar fix */ +/* For the love of all that is holy do not change these styling rules. I cannot describe to you how long it took to get them right */ .sheet-rolltemplate-actionbuttons:not(:first-child) .sheet-actionButtonBlocker { position: absolute; height: 50px; @@ -2607,12 +2609,10 @@ height: 35px;} } .sheet-rolltemplate-actionbuttons:not(:first-child):has(:nth-child(3):not(:empty)) { position: relative; - } .sheet-rolltemplate-actionbuttons:not(:first-child) { position: relative; margin-bottom: -10%; - } .sheet-rolltemplate-actionbuttons:not(:first-child) .sheet-actionButtonContainer { top: -35px;