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.

13 lines
178 B

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