From 73389211215c6653f9010f53fb4da7a67f687a6f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Bidoul?=
Date: Sat, 20 Nov 2021 20:03:38 +0100
Subject: [PATCH] Tweak card
---
src/runboat/webui/runboat-build-element.js | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/runboat/webui/runboat-build-element.js b/src/runboat/webui/runboat-build-element.js
index 83e755e..e5d9372 100644
--- a/src/runboat/webui/runboat-build-element.js
+++ b/src/runboat/webui/runboat-build-element.js
@@ -14,10 +14,10 @@ class RunboatBuildElement extends LitElement {
static styles = css`
.build-card {
- padding: 0.5em;
width: 15em;
- background-color: lightgray;
+ padding: 0.5em;
border-radius: 0.5em;
+ background-color: lightgray;
}
.build-name {
font-size: x-small;
@@ -63,8 +63,8 @@ class RunboatBuildElement extends LitElement {
}
-
+
`;