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.

45 lines
723 B

  1. div.log-suggestions {
  2. padding: 0 0.5ch;
  3. margin-top: 1em;
  4. margin-bottom: 2em;
  5. h2 {
  6. text-align: center;
  7. margin: 0;
  8. margin-bottom: 0.25em;
  9. }
  10. div.empty, div.loading {
  11. text-align: center;
  12. }
  13. div.suggestion {
  14. margin-bottom: 0.5em;
  15. padding: 0.5em;
  16. div.suggestion-header {
  17. margin: 0.125em 0.5ch;
  18. a {
  19. color: inherit;
  20. }
  21. a:hover {
  22. color: white;
  23. }
  24. }
  25. div.suggestion-description {
  26. margin: 0.125em 0.5ch;
  27. }
  28. div.suggestion-tags {
  29. margin-top: 0.25em;
  30. div.suggestion-tag {
  31. display: inline-block;
  32. padding: 0 0.5ch;
  33. margin: 0.125em 0.5ch;
  34. border: 0.25px solid;
  35. }
  36. }
  37. }
  38. }