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.

14 lines
201 B

6 years ago
6 years ago
6 years ago
  1. .menu {
  2. position: fixed;
  3. top: 6.5em;
  4. bottom: 0;
  5. width: 28ch;
  6. padding: 0.333em;
  7. padding-bottom: 1em;
  8. text-align: left;
  9. user-select: none;
  10. overflow-x: hidden;
  11. overflow-y: auto;
  12. }