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 ee3a9fc commit 22f060cCopy full SHA for 22f060c
tools/server/public/index.html.gz
122 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 text-base-content;
36
+ }
37
+ thead {
38
+ @apply bg-base-200 text-base-content;
39
40
+ th {
41
+ @apply border border-base-300 px-4 py-2 text-left font-semibold;
42
43
+ td {
44
+ @apply border border-base-300 px-4 py-2 align-top;
45
46
+ tbody tr:nth-child(even) {
47
+ @apply bg-base-100;
48
49
+ tbody tr:hover {
50
+ @apply bg-base-200;
51
52
53
54
.btn-mini {
0 commit comments