summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2023-12-30 23:46:31 +0100
committerTor Andersson <tor@ccxvii.net>2023-12-30 23:46:31 +0100
commit88387da2782efdc801254242ddd13d66dd8b280e (patch)
tree5c81d0ab8dabaed00c3c2b5d95767c0d8922e2df
parentbfd22ff63ef0ffb6771b975e8a389c24eab16567 (diff)
downloadpax-pamir-88387da2782efdc801254242ddd13d66dd8b280e.tar.gz
Fix layout overflow in Black player role.
-rw-r--r--play.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/play.css b/play.css
index f8f7a12..bc32047 100644
--- a/play.css
+++ b/play.css
@@ -102,7 +102,7 @@ body.shift #tooltip.focus { display: block; }
.role_loyalty_text,
.role_cylinders_icon,
.role_cylinders_text {
- width: 24px;
+ width: 18px;
height: 24px;
top: 2px;
text-align: right;