not really known
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.

42 lines
768 B

  1. #main-toolbar #activity-button {
  2. background-image: url(../activity/activity-icon.svg);
  3. }
  4. #activity-palette {
  5. z-index: 1000;
  6. }
  7. #activity-palette #title {
  8. padding: 4px;
  9. line-height: 22px;
  10. background-color: #e5e5e5;
  11. border: 2px solid #e5e5e5;
  12. border-radius: 22px;
  13. outline: 0;
  14. text-rendering: auto;
  15. color: initial;
  16. letter-spacing: normal;
  17. word-spacing: normal;
  18. text-transform: none;
  19. text-indent: 0px;
  20. text-shadow: none;
  21. display: inline-block;
  22. text-align: start;
  23. margin: 0em;
  24. width: 100% !important;
  25. margin-top: 8.5px;
  26. font: 400 11px system-ui;
  27. }
  28. .offlinemode {
  29. color: red;
  30. }
  31. body {
  32. overflow-x: hidden;
  33. overflow-y: hidden;
  34. }
  35. #canvas {
  36. overflow-x: hidden;
  37. overflow-y: hidden;
  38. }