We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec428b0 commit 0874aecCopy full SHA for 0874aec
tools/server/public/index.html.gz
227 Bytes
tools/server/webui/src/index.scss
@@ -31,7 +31,24 @@ html {
31
hr {
32
@apply my-4 border-base-content/20 border-1;
33
}
34
- /* TODO: fix markdown table */
+ table {
35
+ @apply w-full border-collapse text-sm font-sans my-4;
36
+ }
37
+ thead {
38
+ @apply bg-gray-200 text-gray-800;
39
40
+ th {
41
+ @apply border border-gray-200 px-4 py-2 text-left text-gray-700 font-semibold;
42
43
+ td {
44
+ @apply border border-gray-100 px-4 py-2 text-gray-700 align-top;
45
46
+ tbody tr:nth-child(even) {
47
+ @apply bg-gray-50;
48
49
+ tbody tr:hover {
50
+ @apply bg-gray-100;
51
52
53
54
.btn-mini {
0 commit comments