From 6ff36e1475930490d20420308018fde51a219655 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sun, 21 Apr 2024 18:18:35 +0200 Subject: Square small markers. --- play.css | 9 +++++---- rules.ts | 2 ++ 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/play.css b/play.css index 484b61e..d1611a9 100644 --- a/play.css +++ b/play.css @@ -64,6 +64,7 @@ body.Lancaster header.your_turn { background-color: hsl(355, 83%, 72%); } .court_body { gap: 24px; + min-height: 524px; } /* ARTS OF WAR */ @@ -341,7 +342,6 @@ body.shift .exhausted { .marker.small { width: 35px; height: 35px; - border-radius: 6px; } .marker.circle { @@ -488,12 +488,13 @@ body.shift .exhausted { } .marker.rose { + border-radius: 0px; position: absolute; } -.marker.depexh { position: absolute; } -.marker.depleted { position: absolute; } -.marker.exhausted { position: absolute; } +.marker.depexh { position: absolute; border-radius: 0px; } +.marker.depleted { position: absolute; border-radius: 0px; } +.marker.exhausted { position: absolute; border-radius: 0px; } .locale { box-sizing: border-box; diff --git a/rules.ts b/rules.ts index 793a41f..fd1ae80 100644 --- a/rules.ts +++ b/rules.ts @@ -11,6 +11,8 @@ // TODO: [Influence] button instead of [Pay] when paying influence (or [Pay influence])? // TODO: logcap hidden or not hidden checks +// TODO: log IP changes right aligned (like in Algeria)? + // TODO: routed lords panel in UI // TODO: show fled retinue backsides -- cgit v1.2.3