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.

18 lines
229 B

  1. div.link-file-modal {
  2. user-select: text;
  3. p {
  4. user-select: text;
  5. cursor: text;
  6. }
  7. img {
  8. margin: 0;
  9. padding: 0;
  10. margin-top: 0.25em;
  11. width: 100%;
  12. }
  13. input {
  14. user-select: all !important;
  15. }
  16. }