itch.io small user tools

Prevents itch.io game page user tools from covering page content on large screens

  1. /* ==UserStyle==
  2. @name itch.io small user tools
  3. @namespace https://mkps.app/
  4. @version 1.0.2
  5. @description Prevents itch.io game page user tools from covering page content on large screens
  6. @author MK
  7. @license MIT
  8. ==/UserStyle== */
  9.  
  10. @-moz-document domain("itch.io") {
  11. .user_tools {
  12. position: static;
  13. margin: 0;
  14. white-space: nowrap;
  15. overflow: auto;
  16. text-align: left;
  17. padding: 8px 0 8px 10px;
  18. background: #2b2b2b;
  19. background: var(--itchio_ui_bg_dark, #2b2b2b);
  20. width: 100%;
  21. box-sizing: border-box;
  22. box-shadow: inset 0 5px 5px -5px rgba(0, 0, 0, 0.5);
  23. }
  24.  
  25. .user_tools > li {
  26. display: inline-block;
  27. vertical-align: top;
  28. margin: 0 10px 0 0;
  29. }
  30.  
  31. .user_tools .action_btn {
  32. font-size: 13px;
  33. padding: 0 6px;
  34. height: 26px;
  35. }
  36.  
  37. .randomizer_embed .user_tools {
  38. display: none;
  39. }
  40.  
  41. .user_tools, .user_tools.hidden {
  42. opacity: unset;
  43. transition: unset;
  44. transform: unset;
  45. }
  46. }

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址