diff options
author | Kyle Gunger <kgunger12@gmail.com> | 2022-08-11 16:19:45 -0400 |
---|---|---|
committer | Kyle Gunger <kgunger12@gmail.com> | 2022-08-11 16:19:45 -0400 |
commit | 5cba3d84eae256cdb4fd79d6e2bed83e21f7a646 (patch) | |
tree | b7e26c2da226dc5736b34b387c20ad7875f6e363 /styles | |
parent | 2e67661f0016874b7afbfeeb773401b94d5cefcd (diff) |
css changes
Diffstat (limited to 'styles')
-rw-r--r-- | styles/client/card.css | 8 |
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 */ |