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
386 B

  1. td.compact-list-property {
  2. width: 20%;
  3. padding: 0 0.5ch;
  4. div.label {
  5. font-size: 0.5em;
  6. line-height: 1em;
  7. padding-top: 0.5em;
  8. }
  9. div.value {
  10. font-size: 0.75em;
  11. padding-bottom: 0.25em;
  12. user-select: text;
  13. }
  14. div.value.weak {
  15. opacity: 0.3333;
  16. }
  17. }
  18. td.compact-list-property.short {
  19. width: 10%;
  20. }
  21. td.compact-list-property.long {
  22. width: 30%;
  23. }