diff options
| author | Private Island Networks <opensource@privateisland.tech> | 2026-04-22 12:00:41 -0400 |
|---|---|---|
| committer | Private Island Networks <opensource@privateisland.tech> | 2026-04-22 12:00:41 -0400 |
| commit | d3fba38214ffc204fb02afdc74657b95c2722bfe (patch) | |
| tree | 0c1022b80421a63a60559494e520ad6d68a3000f /static/css/base.css | |
| parent | 926e5b9cb55045ddb5298937d29eb5e739bdf168 (diff) | |
Diffstat (limited to 'static/css/base.css')
| -rw-r--r-- | static/css/base.css | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/static/css/base.css b/static/css/base.css index 702a034..3cbdc0c 100644 --- a/static/css/base.css +++ b/static/css/base.css @@ -217,6 +217,18 @@ div#betsy { flex-basis: 300px; } +.mc-log-col-token { + padding: 1em 0px; + color: green; + flex-basis: 200px; +} + +.mc-log-col-data { + padding: 1em 0px; + color: blue; + flex-basis: 400px; +} + @media ( min-width : 80em) { .mc-log-col-pc { flex-basis: 600px; @@ -224,6 +236,9 @@ div#betsy { .mc-log-col-phy0 { flex-basis: 600px; } + .mc-log-col-data { + flex-basis: 600px; + } } .mc-table-striped thead th { |



