mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
COF2E Version 1.9.0
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/* COF2e v1.8.0 */
|
||||
/* COF2e v1.9.0 */
|
||||
|
||||
@import url('https://fonts.googleapis.com/css?family=Merriweather+Sans&display=swap');
|
||||
|
||||
@@ -1006,7 +1006,7 @@ button.spell-concentration {
|
||||
height: 6rem;
|
||||
}
|
||||
|
||||
input[value="0"].show-paths-789 ~ div.abilities {
|
||||
input[value="0"].show-paths-4to9 ~ div.abilities {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@@ -1037,7 +1037,7 @@ input[value="0"].show-paths-789 ~ div.abilities {
|
||||
|
||||
.pc-buffs-subtab .pc-buffs {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr 1fr;
|
||||
grid-template-columns: 1fr 0.5fr 1fr;
|
||||
gap: 2px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user