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.

24 lines
392 B

  1. table.logs-table {
  2. outline: 1px solid;
  3. margin: 1em auto;
  4. width: 90%;
  5. max-width: 140ch;
  6. a:hover {
  7. cursor: pointer;
  8. text-decoration: underline;
  9. }
  10. @media screen and (max-width: 900px) {
  11. td.event, th.event {
  12. display: none;
  13. }
  14. }
  15. @media screen and (max-width: 700px) {
  16. td.date {
  17. white-space: normal !important;
  18. }
  19. font-size: 0.66em;
  20. }
  21. }