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.

35 lines
482 B

  1. div.post {
  2. margin-bottom: 1ch;
  3. .post-meta-row {
  4. padding: 0;
  5. margin: 0;
  6. }
  7. div.post-body {
  8. font-size: 1.25em;
  9. div.nick-wrapper {
  10. display: inline;
  11. .nick-decoration {
  12. display: inline;
  13. }
  14. .nick {
  15. display: inline;
  16. }
  17. }
  18. div.post-content {
  19. display: inline;
  20. }
  21. div.annotation {
  22. margin-top: 0.33em;
  23. }
  24. }
  25. div.post-body p:first-of-type {
  26. margin-top: 0;
  27. padding-top: 0;
  28. }
  29. }