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.

28 lines
456 B

6 years ago
  1. div.menu-link {
  2. width: 100%;
  3. padding-left: 0.5ch;
  4. font-size: 1.1em;
  5. cursor: pointer;
  6. div.icon {
  7. display: inline-block;
  8. width: 3ch;
  9. padding: 0.15em 0.125em;
  10. text-align: center;
  11. vertical-align: middle;
  12. }
  13. div.text {
  14. display: inline-block;
  15. max-width: 22ch;
  16. white-space: nowrap;
  17. overflow-x: hidden;
  18. text-overflow: ellipsis;
  19. vertical-align: middle;
  20. span.weak {
  21. opacity: 0.3333;
  22. }
  23. }
  24. }