HuggingChat responsive

HuggingChat website is more suitable for wide screens.

  1. /* ==UserStyle==
  2. @name HuggingChat responsive
  3. @version 1.0.2
  4. @description HuggingChat website is more suitable for wide screens.
  5. @author BreatFR (https://breat.fr)
  6. @namespace https://gitlab.com/breatfr
  7. @homepageURL https://gitlab.com/breatfr/huggingchat
  8. @supportURL https://discord.gg/Q8KSHzdBxs
  9. @license AGPL-3.0-or-later; https://www.gnu.org/licenses/agpl-3.0.txt
  10. ==/UserStyle== */
  11.  
  12. /* === Credits ===
  13. Website https://breat.fr
  14. facebook https://www.facebook.com/breatfroff
  15. mastodon https://mastodon.social/@breat_fr
  16. telegram https://t.me/breatfr
  17. vk https://vk.com/breatfroff
  18. X (twitter) https://x.com/breatfroff
  19. === Credits === */
  20.  
  21. @-moz-document url-prefix("https://huggingface.co/chat/") {
  22. .xl\:max-w-4xl,
  23. form,
  24. [aria-label="file dropzone"] {
  25. max-width: 100% !important;
  26. }
  27. pre {
  28. white-space: wrap;
  29. }
  30. }