(fix) Update card.json with UX (#355)

* Update card.json
This commit is contained in:
TP Honey
2022-01-19 16:06:21 +00:00
committed by GitHub
parent dc9bf3bc79
commit 96ee8a4ebf

View File

@@ -10,7 +10,7 @@
{
"type": "Image",
"url": "https://d36jcksde1wxzq.cloudfront.net/be7833db9bddb4494d2a7c3dd659199a.png",
"size": "Medium"
"size": "small"
}
],
"width": "auto"
@@ -20,8 +20,12 @@
"items": [
{
"type": "TextBlock",
"text": "${RepoTags[0]}",
"size": "Medium"
"text": "Plugin: Drone Docker",
"wrap": true,
"size": "Small",
"weight": "Bolder",
"isSubtle": false,
"spacing": "Small"
},
{
"type": "TextBlock",
@@ -31,6 +35,12 @@
"weight": "Lighter",
"isSubtle": true,
"spacing": "Small"
}
],
"width": "stretch"
}
],
"style": "default"
},
{
"type": "ColumnSet",
@@ -52,7 +62,8 @@
"text": "${OS}/${Architecture}",
"wrap": true,
"size": "Small",
"spacing": "Small"
"spacing": "Small",
"weight": "Bolder"
}
],
"separator": true,
@@ -74,7 +85,8 @@
"spacing": "Small",
"text": "${SizeString}",
"wrap": true,
"size": "Small"
"size": "Small",
"weight": "Bolder"
}
],
"width": "auto",
@@ -97,7 +109,8 @@
"spacing": "Small",
"text": "{{DATE(${Time})}} - {{TIME(${Time})}}",
"wrap": true,
"size": "Small"
"size": "Small",
"weight": "Bolder"
}
],
"width": "auto",
@@ -105,14 +118,10 @@
"spacing": "Medium"
}
],
"style": "default"
}
],
"width": "stretch"
}
]
"style": "default",
"separator": true
}
],
"$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
"version": "1.0"
"version": "1.5"
}