Improved draw result description css

This commit is contained in:
WBHarry 2026-01-18 02:03:45 +01:00
parent a165035d5a
commit 85c38c0b0d
2 changed files with 23 additions and 13 deletions

View file

@ -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": "<p>Acquire (obtain or steal) an important item or items.</p>",
"drawn": false,
"flags": {},
@ -37,7 +37,7 @@
],
"_id": "FxYpST4nQUTBp1mN",
"name": "",
"img": "icons/svg/d12-grey.svg",
"img": "icons/svg/d20-black.svg",
"description": "<p>Capture one or more of the opponents.</p>",
"drawn": false,
"flags": {},
@ -62,7 +62,7 @@
],
"_id": "bTkZgxqEr4lNxzeK",
"name": "",
"img": "icons/svg/d12-grey.svg",
"img": "icons/svg/d20-black.svg",
"description": "<p>Activate a magical device.</p>",
"drawn": false,
"flags": {},
@ -87,7 +87,7 @@
],
"_id": "T39LgOL1cw5AIY59",
"name": "",
"img": "icons/svg/d12-grey.svg",
"img": "icons/svg/d20-black.svg",
"description": "<p>Frame a character or tarnish their reputation.</p>",
"drawn": false,
"flags": {},
@ -112,7 +112,7 @@
],
"_id": "MHgv8dlrwA3ZmBKq",
"name": "",
"img": "icons/svg/d12-grey.svg",
"img": "icons/svg/d20-black.svg",
"description": "<p>Drive the opponent into a corner or ambush point.</p>",
"drawn": false,
"flags": {},
@ -137,7 +137,7 @@
],
"_id": "4USCNNavzVvBqldn",
"name": "",
"img": "icons/svg/d12-grey.svg",
"img": "icons/svg/d20-black.svg",
"description": "<p>Stop a magical ritual, legal ceremony, or time-sensitive spell.</p>",
"drawn": false,
"flags": {},
@ -162,7 +162,7 @@
],
"_id": "gwZnWTauHsbb6rsr",
"name": "",
"img": "icons/svg/d12-grey.svg",
"img": "icons/svg/d20-black.svg",
"description": "<p>Hold the line—keep the enemy from reaching a specific area or group.</p>",
"drawn": false,
"flags": {},
@ -187,7 +187,7 @@
],
"_id": "beDIxxPyCCVa8nlE",
"name": "",
"img": "icons/svg/d12-grey.svg",
"img": "icons/svg/d20-black.svg",
"description": "<p>Plant evidence or a tracking device on a target.</p>",
"drawn": false,
"flags": {},
@ -212,7 +212,7 @@
],
"_id": "C70V6prVmZd5VRV8",
"name": "",
"img": "icons/svg/d12-grey.svg",
"img": "icons/svg/d20-black.svg",
"description": "<p>Secure a specific location ahead of another groups arrival.</p>",
"drawn": false,
"flags": {},
@ -237,7 +237,7 @@
],
"_id": "i02rh05CvhHlKJCN",
"name": "",
"img": "icons/svg/d12-grey.svg",
"img": "icons/svg/d20-black.svg",
"description": "<p>Harass the opponent to deplete their resources or keep them occupied.</p>",
"drawn": false,
"flags": {},
@ -262,7 +262,7 @@
],
"_id": "AbNgD5GCbWuui9oP",
"name": "",
"img": "icons/svg/d12-grey.svg",
"img": "icons/svg/d20-black.svg",
"description": "<p>Destroy a piece of architecture, a statue, a shrine, or a weapon.</p>",
"drawn": false,
"flags": {},
@ -287,7 +287,7 @@
],
"_id": "TCrdyh3qhl2vtQxO",
"name": "",
"img": "icons/svg/d12-grey.svg",
"img": "icons/svg/d20-black.svg",
"description": "<p>Investigate a situation to confirm or deny existing information.</p>",
"drawn": false,
"flags": {},

View file

@ -115,6 +115,16 @@
padding-top: 0;
}
}
.table-results {
.description {
flex-basis: min-content;
> p:first-of-type {
margin-top: 0;
}
}
}
}
}
}