summaryrefslogtreecommitdiff
path: root/play.css
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2024-04-21 18:18:35 +0200
committerTor Andersson <tor@ccxvii.net>2024-04-21 20:47:33 +0200
commit6ff36e1475930490d20420308018fde51a219655 (patch)
tree93fdd474fcd29c4fb7a3040252e2eb83d141bf8f /play.css
parent674360e4b5dddb4a431dcc5c41c09200ac6e5f2f (diff)
downloadplantagenet-6ff36e1475930490d20420308018fde51a219655.tar.gz
Square small markers.
Diffstat (limited to 'play.css')
-rw-r--r--play.css9
1 files changed, 5 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;