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.

27 lines
373 B

  1. td.compact-list-options {
  2. width: 20%;
  3. padding: 0 0.5ch;
  4. div.content {
  5. font-size: 1em;
  6. text-align: right;
  7. a {
  8. display: inline-block;
  9. margin-right: 1ch;
  10. opacity: 0.5;
  11. }
  12. a:hover {
  13. opacity: 1;
  14. cursor: pointer;
  15. }
  16. }
  17. }
  18. td.compact-list-options.short {
  19. width: 10%;
  20. }
  21. td.compact-list-options.long {
  22. width: 30%;
  23. }