From 85c38c0b0d19e6575adde7ef411b2e0634ea3094 Mon Sep 17 00:00:00 2001 From: WBHarry Date: Sun, 18 Jan 2026 02:03:45 +0100 Subject: [PATCH] Improved draw result description css --- ...s_Random_Objectives_I5L1dlgxXTNrCCkL.json} | 26 +++++++++---------- styles/less/global/chat.less | 10 +++++++ 2 files changed, 23 insertions(+), 13 deletions(-) rename src/packs/rolltables/{tables_Table_of_Random_Objectives_I5L1dlgxXTNrCCkL.json => tables_Random_Objectives_I5L1dlgxXTNrCCkL.json} (94%) diff --git a/src/packs/rolltables/tables_Table_of_Random_Objectives_I5L1dlgxXTNrCCkL.json b/src/packs/rolltables/tables_Random_Objectives_I5L1dlgxXTNrCCkL.json similarity index 94% rename from src/packs/rolltables/tables_Table_of_Random_Objectives_I5L1dlgxXTNrCCkL.json rename to src/packs/rolltables/tables_Random_Objectives_I5L1dlgxXTNrCCkL.json index 623969d3..ea116624 100644 --- a/src/packs/rolltables/tables_Table_of_Random_Objectives_I5L1dlgxXTNrCCkL.json +++ b/src/packs/rolltables/tables_Random_Objectives_I5L1dlgxXTNrCCkL.json @@ -1,5 +1,5 @@ { - "name": "Table of Random Objectives", + "name": "Random Objectives", "img": "icons/sundries/documents/document-torn-diagram-tan.webp", "description": "", "results": [ @@ -12,7 +12,7 @@ ], "_id": "LDuVbmdvhJiEOe7U", "name": "", - "img": "icons/svg/d12-grey.svg", + "img": "icons/svg/d20-black.svg", "description": "

Acquire (obtain or steal) an important item or items.

", "drawn": false, "flags": {}, @@ -37,7 +37,7 @@ ], "_id": "FxYpST4nQUTBp1mN", "name": "", - "img": "icons/svg/d12-grey.svg", + "img": "icons/svg/d20-black.svg", "description": "

Capture one or more of the opponents.

", "drawn": false, "flags": {}, @@ -62,7 +62,7 @@ ], "_id": "bTkZgxqEr4lNxzeK", "name": "", - "img": "icons/svg/d12-grey.svg", + "img": "icons/svg/d20-black.svg", "description": "

Activate a magical device.

", "drawn": false, "flags": {}, @@ -87,7 +87,7 @@ ], "_id": "T39LgOL1cw5AIY59", "name": "", - "img": "icons/svg/d12-grey.svg", + "img": "icons/svg/d20-black.svg", "description": "

Frame a character or tarnish their reputation.

", "drawn": false, "flags": {}, @@ -112,7 +112,7 @@ ], "_id": "MHgv8dlrwA3ZmBKq", "name": "", - "img": "icons/svg/d12-grey.svg", + "img": "icons/svg/d20-black.svg", "description": "

Drive the opponent into a corner or ambush point.

", "drawn": false, "flags": {}, @@ -137,7 +137,7 @@ ], "_id": "4USCNNavzVvBqldn", "name": "", - "img": "icons/svg/d12-grey.svg", + "img": "icons/svg/d20-black.svg", "description": "

Stop a magical ritual, legal ceremony, or time-sensitive spell.

", "drawn": false, "flags": {}, @@ -162,7 +162,7 @@ ], "_id": "gwZnWTauHsbb6rsr", "name": "", - "img": "icons/svg/d12-grey.svg", + "img": "icons/svg/d20-black.svg", "description": "

Hold the line—keep the enemy from reaching a specific area or group.

", "drawn": false, "flags": {}, @@ -187,7 +187,7 @@ ], "_id": "beDIxxPyCCVa8nlE", "name": "", - "img": "icons/svg/d12-grey.svg", + "img": "icons/svg/d20-black.svg", "description": "

Plant evidence or a tracking device on a target.

", "drawn": false, "flags": {}, @@ -212,7 +212,7 @@ ], "_id": "C70V6prVmZd5VRV8", "name": "", - "img": "icons/svg/d12-grey.svg", + "img": "icons/svg/d20-black.svg", "description": "

Secure a specific location ahead of another group’s arrival.

", "drawn": false, "flags": {}, @@ -237,7 +237,7 @@ ], "_id": "i02rh05CvhHlKJCN", "name": "", - "img": "icons/svg/d12-grey.svg", + "img": "icons/svg/d20-black.svg", "description": "

Harass the opponent to deplete their resources or keep them occupied.

", "drawn": false, "flags": {}, @@ -262,7 +262,7 @@ ], "_id": "AbNgD5GCbWuui9oP", "name": "", - "img": "icons/svg/d12-grey.svg", + "img": "icons/svg/d20-black.svg", "description": "

Destroy a piece of architecture, a statue, a shrine, or a weapon.

", "drawn": false, "flags": {}, @@ -287,7 +287,7 @@ ], "_id": "TCrdyh3qhl2vtQxO", "name": "", - "img": "icons/svg/d12-grey.svg", + "img": "icons/svg/d20-black.svg", "description": "

Investigate a situation to confirm or deny existing information.

", "drawn": false, "flags": {}, diff --git a/styles/less/global/chat.less b/styles/less/global/chat.less index da7e706d..b9478ea4 100644 --- a/styles/less/global/chat.less +++ b/styles/less/global/chat.less @@ -115,6 +115,16 @@ padding-top: 0; } } + + .table-results { + .description { + flex-basis: min-content; + + > p:first-of-type { + margin-top: 0; + } + } + } } } }