diff options
author | Tor Andersson <tor@ccxvii.net> | 2024-04-21 18:18:35 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-04-21 20:47:33 +0200 |
commit | 6ff36e1475930490d20420308018fde51a219655 (patch) | |
tree | 93fdd474fcd29c4fb7a3040252e2eb83d141bf8f | |
parent | 674360e4b5dddb4a431dcc5c41c09200ac6e5f2f (diff) | |
download | plantagenet-6ff36e1475930490d20420308018fde51a219655.tar.gz |
Square small markers.
-rw-r--r-- | play.css | 9 | ||||
-rw-r--r-- | rules.ts | 2 |
2 files changed, 7 insertions, 4 deletions
@@ -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; @@ -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 |