From 42e359c887e45bc1adccf11d0687807734ce54b7 Mon Sep 17 00:00:00 2001 From: supervj <64861570+supervj@users.noreply.github.com> Date: Tue, 15 Sep 2020 00:21:32 -0400 Subject: [PATCH] Weapon & Armor Properties Update This was now baked into the system so I had to remove our custom code and tweak it for armor. --- sw5e.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sw5e.css b/sw5e.css index bf00ddce..33e311b8 100644 --- a/sw5e.css +++ b/sw5e.css @@ -1313,7 +1313,10 @@ color: #7a7971; } .sw5e.sheet.item .weapon-properties label.checkbox { - flex: 0 0 98px; + flex: 0 0 110px; +} +.sw5e.sheet.item .armor-properties label.checkbox { + flex: 0 0 110px; } .sw5e.sheet.item .loot-header { margin-bottom: 10px;