The frontend/UI server, written in JS using the MarkoJS library
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
260 B

  1. tr.logs-table-row {
  2. td {
  3. padding: 0.25em 1ch;
  4. text-align: center;
  5. border-bottom: 1px solid rgba(51, 51, 51, 0.5);
  6. a {
  7. color: inherit;
  8. }
  9. }
  10. td.expand {
  11. width: 2%;
  12. }
  13. td.channel, td.date, td.event {
  14. width: 12%;
  15. }
  16. }