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.

30 lines
374 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: 0%;
  12. }
  13. td.date {
  14. width: 16%;
  15. }
  16. td.channel {
  17. width: 14%;
  18. }
  19. td.event {
  20. width: 18%;
  21. }
  22. td.character {
  23. a.name {
  24. white-space: nowrap;
  25. }
  26. }
  27. }