summaryrefslogtreecommitdiff
path: root/styles/client/card.css
diff options
context:
space:
mode:
Diffstat (limited to 'styles/client/card.css')
-rw-r--r--styles/client/card.css8
1 files changed, 6 insertions, 2 deletions
diff --git a/styles/client/card.css b/styles/client/card.css
index 9ac6f3d..7b63b41 100644
--- a/styles/client/card.css
+++ b/styles/client/card.css
@@ -18,6 +18,7 @@ card
overflow: hidden;
user-select: none;
box-sizing: border-box;
+ font-size: small;
left: calc(var(--left) / var(--scale));
top: calc(var(--top) / var(--scale));
@@ -50,6 +51,7 @@ carea.top, carea.topl, carea.topr
top: 0;
height: 8%;
text-align: center;
+ line-height: calc(0.08 * 226px);
}
carea.topl
@@ -89,6 +91,7 @@ carea.bot, carea.botl, carea.botr
bottom: 0;
height: 8%;
text-align: center;
+ line-height: calc(0.08 * 226px);
}
carea.botl
@@ -108,13 +111,14 @@ carea.all
{
top: 0;
height: 100%;
+ text-align: center;
+ line-height: 226px;
}
ctext
{
display: inline-block;
flex: 1;
- font-size: small;
height: auto;
}
@@ -128,7 +132,7 @@ cimage
card[drag=true]
{
- z-index: 3;
+ z-index: 4;
}
/* Deck */