@bylqwjc/media-editor-react 1.0.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (434) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +51 -0
  3. package/dist/index.cjs +282 -0
  4. package/dist/index.cjs.map +1 -0
  5. package/dist/index.d.cts +54 -0
  6. package/dist/index.d.ts +54 -0
  7. package/dist/index.js +240 -0
  8. package/dist/index.js.map +1 -0
  9. package/filerobot.css +1669 -0
  10. package/node_modules/@media-editor/client/LICENSE +21 -0
  11. package/node_modules/@media-editor/client/README.md +27 -0
  12. package/node_modules/@media-editor/client/dist/index.cjs +60 -0
  13. package/node_modules/@media-editor/client/dist/index.cjs.map +1 -0
  14. package/node_modules/@media-editor/client/dist/index.d.cts +24 -0
  15. package/node_modules/@media-editor/client/dist/index.d.ts +24 -0
  16. package/node_modules/@media-editor/client/dist/index.js +35 -0
  17. package/node_modules/@media-editor/client/dist/index.js.map +1 -0
  18. package/node_modules/@media-editor/client/package.json +23 -0
  19. package/node_modules/@media-editor/core/LICENSE +21 -0
  20. package/node_modules/@media-editor/core/README.md +14 -0
  21. package/node_modules/@media-editor/core/dist/browser.cjs +505 -0
  22. package/node_modules/@media-editor/core/dist/browser.cjs.map +1 -0
  23. package/node_modules/@media-editor/core/dist/browser.d.cts +100 -0
  24. package/node_modules/@media-editor/core/dist/browser.d.ts +100 -0
  25. package/node_modules/@media-editor/core/dist/browser.js +883 -0
  26. package/node_modules/@media-editor/core/dist/browser.js.map +1 -0
  27. package/node_modules/@media-editor/core/dist/chunk-MGKYVYOH.js +371 -0
  28. package/node_modules/@media-editor/core/dist/chunk-MGKYVYOH.js.map +1 -0
  29. package/node_modules/@media-editor/core/dist/chunk-USY6UDGL.js +87 -0
  30. package/node_modules/@media-editor/core/dist/chunk-USY6UDGL.js.map +1 -0
  31. package/node_modules/@media-editor/core/dist/chunk-XCBM7P7N.js +592 -0
  32. package/node_modules/@media-editor/core/dist/chunk-XCBM7P7N.js.map +1 -0
  33. package/node_modules/@media-editor/core/dist/engine.cjs +540 -0
  34. package/node_modules/@media-editor/core/dist/engine.cjs.map +1 -0
  35. package/node_modules/@media-editor/core/dist/engine.d.cts +325 -0
  36. package/node_modules/@media-editor/core/dist/engine.d.ts +359 -0
  37. package/node_modules/@media-editor/core/dist/engine.js +315 -0
  38. package/node_modules/@media-editor/core/dist/engine.js.map +1 -0
  39. package/node_modules/@media-editor/core/dist/filerobot.cjs +818 -0
  40. package/node_modules/@media-editor/core/dist/filerobot.cjs.map +1 -0
  41. package/node_modules/@media-editor/core/dist/filerobot.d.cts +88 -0
  42. package/node_modules/@media-editor/core/dist/filerobot.d.ts +88 -0
  43. package/node_modules/@media-editor/core/dist/filerobot.js +473 -0
  44. package/node_modules/@media-editor/core/dist/filerobot.js.map +1 -0
  45. package/node_modules/@media-editor/core/dist/index.cjs +1276 -0
  46. package/node_modules/@media-editor/core/dist/index.cjs.map +1 -0
  47. package/node_modules/@media-editor/core/dist/index.d.cts +242 -0
  48. package/node_modules/@media-editor/core/dist/index.d.ts +264 -0
  49. package/node_modules/@media-editor/core/dist/index.js +682 -0
  50. package/node_modules/@media-editor/core/dist/index.js.map +1 -0
  51. package/node_modules/@media-editor/core/dist/platform-presets-B-o4C6uY.d.cts +80 -0
  52. package/node_modules/@media-editor/core/dist/platform-presets-B-o4C6uY.d.ts +80 -0
  53. package/node_modules/@media-editor/core/dist/state-B85vkf7_.d.cts +936 -0
  54. package/node_modules/@media-editor/core/dist/state-B85vkf7_.d.ts +1027 -0
  55. package/node_modules/@media-editor/core/node_modules/zod/LICENSE +21 -0
  56. package/node_modules/@media-editor/core/node_modules/zod/README.md +208 -0
  57. package/node_modules/@media-editor/core/node_modules/zod/index.cjs +33 -0
  58. package/node_modules/@media-editor/core/node_modules/zod/index.d.cts +4 -0
  59. package/node_modules/@media-editor/core/node_modules/zod/index.d.ts +4 -0
  60. package/node_modules/@media-editor/core/node_modules/zod/index.js +4 -0
  61. package/node_modules/@media-editor/core/node_modules/zod/package.json +118 -0
  62. package/node_modules/@media-editor/core/node_modules/zod/v3/ZodError.cjs +138 -0
  63. package/node_modules/@media-editor/core/node_modules/zod/v3/ZodError.d.cts +164 -0
  64. package/node_modules/@media-editor/core/node_modules/zod/v3/ZodError.d.ts +164 -0
  65. package/node_modules/@media-editor/core/node_modules/zod/v3/ZodError.js +133 -0
  66. package/node_modules/@media-editor/core/node_modules/zod/v3/errors.cjs +17 -0
  67. package/node_modules/@media-editor/core/node_modules/zod/v3/errors.d.cts +5 -0
  68. package/node_modules/@media-editor/core/node_modules/zod/v3/errors.d.ts +5 -0
  69. package/node_modules/@media-editor/core/node_modules/zod/v3/errors.js +9 -0
  70. package/node_modules/@media-editor/core/node_modules/zod/v3/external.cjs +22 -0
  71. package/node_modules/@media-editor/core/node_modules/zod/v3/external.d.cts +6 -0
  72. package/node_modules/@media-editor/core/node_modules/zod/v3/external.d.ts +6 -0
  73. package/node_modules/@media-editor/core/node_modules/zod/v3/external.js +6 -0
  74. package/node_modules/@media-editor/core/node_modules/zod/v3/helpers/enumUtil.cjs +2 -0
  75. package/node_modules/@media-editor/core/node_modules/zod/v3/helpers/enumUtil.d.cts +8 -0
  76. package/node_modules/@media-editor/core/node_modules/zod/v3/helpers/enumUtil.d.ts +8 -0
  77. package/node_modules/@media-editor/core/node_modules/zod/v3/helpers/enumUtil.js +1 -0
  78. package/node_modules/@media-editor/core/node_modules/zod/v3/helpers/errorUtil.cjs +9 -0
  79. package/node_modules/@media-editor/core/node_modules/zod/v3/helpers/errorUtil.d.cts +9 -0
  80. package/node_modules/@media-editor/core/node_modules/zod/v3/helpers/errorUtil.d.ts +9 -0
  81. package/node_modules/@media-editor/core/node_modules/zod/v3/helpers/errorUtil.js +6 -0
  82. package/node_modules/@media-editor/core/node_modules/zod/v3/helpers/parseUtil.cjs +124 -0
  83. package/node_modules/@media-editor/core/node_modules/zod/v3/helpers/parseUtil.d.cts +78 -0
  84. package/node_modules/@media-editor/core/node_modules/zod/v3/helpers/parseUtil.d.ts +78 -0
  85. package/node_modules/@media-editor/core/node_modules/zod/v3/helpers/parseUtil.js +109 -0
  86. package/node_modules/@media-editor/core/node_modules/zod/v3/helpers/partialUtil.cjs +2 -0
  87. package/node_modules/@media-editor/core/node_modules/zod/v3/helpers/partialUtil.d.cts +8 -0
  88. package/node_modules/@media-editor/core/node_modules/zod/v3/helpers/partialUtil.d.ts +8 -0
  89. package/node_modules/@media-editor/core/node_modules/zod/v3/helpers/partialUtil.js +1 -0
  90. package/node_modules/@media-editor/core/node_modules/zod/v3/helpers/typeAliases.cjs +2 -0
  91. package/node_modules/@media-editor/core/node_modules/zod/v3/helpers/typeAliases.d.cts +2 -0
  92. package/node_modules/@media-editor/core/node_modules/zod/v3/helpers/typeAliases.d.ts +2 -0
  93. package/node_modules/@media-editor/core/node_modules/zod/v3/helpers/typeAliases.js +1 -0
  94. package/node_modules/@media-editor/core/node_modules/zod/v3/helpers/util.cjs +137 -0
  95. package/node_modules/@media-editor/core/node_modules/zod/v3/helpers/util.d.cts +85 -0
  96. package/node_modules/@media-editor/core/node_modules/zod/v3/helpers/util.d.ts +85 -0
  97. package/node_modules/@media-editor/core/node_modules/zod/v3/helpers/util.js +133 -0
  98. package/node_modules/@media-editor/core/node_modules/zod/v3/index.cjs +33 -0
  99. package/node_modules/@media-editor/core/node_modules/zod/v3/index.d.cts +4 -0
  100. package/node_modules/@media-editor/core/node_modules/zod/v3/index.d.ts +4 -0
  101. package/node_modules/@media-editor/core/node_modules/zod/v3/index.js +4 -0
  102. package/node_modules/@media-editor/core/node_modules/zod/v3/locales/en.cjs +111 -0
  103. package/node_modules/@media-editor/core/node_modules/zod/v3/locales/en.d.cts +3 -0
  104. package/node_modules/@media-editor/core/node_modules/zod/v3/locales/en.d.ts +3 -0
  105. package/node_modules/@media-editor/core/node_modules/zod/v3/locales/en.js +109 -0
  106. package/node_modules/@media-editor/core/node_modules/zod/v3/standard-schema.cjs +2 -0
  107. package/node_modules/@media-editor/core/node_modules/zod/v3/standard-schema.d.cts +102 -0
  108. package/node_modules/@media-editor/core/node_modules/zod/v3/standard-schema.d.ts +102 -0
  109. package/node_modules/@media-editor/core/node_modules/zod/v3/standard-schema.js +1 -0
  110. package/node_modules/@media-editor/core/node_modules/zod/v3/types.cjs +3775 -0
  111. package/node_modules/@media-editor/core/node_modules/zod/v3/types.d.cts +1031 -0
  112. package/node_modules/@media-editor/core/node_modules/zod/v3/types.d.ts +1031 -0
  113. package/node_modules/@media-editor/core/node_modules/zod/v3/types.js +3693 -0
  114. package/node_modules/@media-editor/core/node_modules/zod/v4/classic/checks.cjs +32 -0
  115. package/node_modules/@media-editor/core/node_modules/zod/v4/classic/checks.d.cts +1 -0
  116. package/node_modules/@media-editor/core/node_modules/zod/v4/classic/checks.d.ts +1 -0
  117. package/node_modules/@media-editor/core/node_modules/zod/v4/classic/checks.js +1 -0
  118. package/node_modules/@media-editor/core/node_modules/zod/v4/classic/coerce.cjs +47 -0
  119. package/node_modules/@media-editor/core/node_modules/zod/v4/classic/coerce.d.cts +17 -0
  120. package/node_modules/@media-editor/core/node_modules/zod/v4/classic/coerce.d.ts +17 -0
  121. package/node_modules/@media-editor/core/node_modules/zod/v4/classic/coerce.js +17 -0
  122. package/node_modules/@media-editor/core/node_modules/zod/v4/classic/compat.cjs +57 -0
  123. package/node_modules/@media-editor/core/node_modules/zod/v4/classic/compat.d.cts +46 -0
  124. package/node_modules/@media-editor/core/node_modules/zod/v4/classic/compat.d.ts +46 -0
  125. package/node_modules/@media-editor/core/node_modules/zod/v4/classic/compat.js +27 -0
  126. package/node_modules/@media-editor/core/node_modules/zod/v4/classic/errors.cjs +67 -0
  127. package/node_modules/@media-editor/core/node_modules/zod/v4/classic/errors.d.cts +30 -0
  128. package/node_modules/@media-editor/core/node_modules/zod/v4/classic/errors.d.ts +30 -0
  129. package/node_modules/@media-editor/core/node_modules/zod/v4/classic/errors.js +41 -0
  130. package/node_modules/@media-editor/core/node_modules/zod/v4/classic/external.cjs +70 -0
  131. package/node_modules/@media-editor/core/node_modules/zod/v4/classic/external.d.cts +13 -0
  132. package/node_modules/@media-editor/core/node_modules/zod/v4/classic/external.d.ts +13 -0
  133. package/node_modules/@media-editor/core/node_modules/zod/v4/classic/external.js +18 -0
  134. package/node_modules/@media-editor/core/node_modules/zod/v4/classic/index.cjs +33 -0
  135. package/node_modules/@media-editor/core/node_modules/zod/v4/classic/index.d.cts +4 -0
  136. package/node_modules/@media-editor/core/node_modules/zod/v4/classic/index.d.ts +4 -0
  137. package/node_modules/@media-editor/core/node_modules/zod/v4/classic/index.js +4 -0
  138. package/node_modules/@media-editor/core/node_modules/zod/v4/classic/iso.cjs +60 -0
  139. package/node_modules/@media-editor/core/node_modules/zod/v4/classic/iso.d.cts +22 -0
  140. package/node_modules/@media-editor/core/node_modules/zod/v4/classic/iso.d.ts +22 -0
  141. package/node_modules/@media-editor/core/node_modules/zod/v4/classic/iso.js +30 -0
  142. package/node_modules/@media-editor/core/node_modules/zod/v4/classic/parse.cjs +32 -0
  143. package/node_modules/@media-editor/core/node_modules/zod/v4/classic/parse.d.cts +23 -0
  144. package/node_modules/@media-editor/core/node_modules/zod/v4/classic/parse.d.ts +23 -0
  145. package/node_modules/@media-editor/core/node_modules/zod/v4/classic/parse.js +6 -0
  146. package/node_modules/@media-editor/core/node_modules/zod/v4/classic/schemas.cjs +1109 -0
  147. package/node_modules/@media-editor/core/node_modules/zod/v4/classic/schemas.d.cts +630 -0
  148. package/node_modules/@media-editor/core/node_modules/zod/v4/classic/schemas.d.ts +630 -0
  149. package/node_modules/@media-editor/core/node_modules/zod/v4/classic/schemas.js +1006 -0
  150. package/node_modules/@media-editor/core/node_modules/zod/v4/core/api.cjs +1039 -0
  151. package/node_modules/@media-editor/core/node_modules/zod/v4/core/api.d.cts +284 -0
  152. package/node_modules/@media-editor/core/node_modules/zod/v4/core/api.d.ts +284 -0
  153. package/node_modules/@media-editor/core/node_modules/zod/v4/core/api.js +906 -0
  154. package/node_modules/@media-editor/core/node_modules/zod/v4/core/checks.cjs +591 -0
  155. package/node_modules/@media-editor/core/node_modules/zod/v4/core/checks.d.cts +278 -0
  156. package/node_modules/@media-editor/core/node_modules/zod/v4/core/checks.d.ts +278 -0
  157. package/node_modules/@media-editor/core/node_modules/zod/v4/core/checks.js +565 -0
  158. package/node_modules/@media-editor/core/node_modules/zod/v4/core/core.cjs +67 -0
  159. package/node_modules/@media-editor/core/node_modules/zod/v4/core/core.d.cts +49 -0
  160. package/node_modules/@media-editor/core/node_modules/zod/v4/core/core.d.ts +49 -0
  161. package/node_modules/@media-editor/core/node_modules/zod/v4/core/core.js +61 -0
  162. package/node_modules/@media-editor/core/node_modules/zod/v4/core/doc.cjs +39 -0
  163. package/node_modules/@media-editor/core/node_modules/zod/v4/core/doc.d.cts +14 -0
  164. package/node_modules/@media-editor/core/node_modules/zod/v4/core/doc.d.ts +14 -0
  165. package/node_modules/@media-editor/core/node_modules/zod/v4/core/doc.js +35 -0
  166. package/node_modules/@media-editor/core/node_modules/zod/v4/core/errors.cjs +226 -0
  167. package/node_modules/@media-editor/core/node_modules/zod/v4/core/errors.d.cts +208 -0
  168. package/node_modules/@media-editor/core/node_modules/zod/v4/core/errors.d.ts +208 -0
  169. package/node_modules/@media-editor/core/node_modules/zod/v4/core/errors.js +195 -0
  170. package/node_modules/@media-editor/core/node_modules/zod/v4/core/function.cjs +102 -0
  171. package/node_modules/@media-editor/core/node_modules/zod/v4/core/function.d.cts +52 -0
  172. package/node_modules/@media-editor/core/node_modules/zod/v4/core/function.d.ts +52 -0
  173. package/node_modules/@media-editor/core/node_modules/zod/v4/core/function.js +75 -0
  174. package/node_modules/@media-editor/core/node_modules/zod/v4/core/index.cjs +44 -0
  175. package/node_modules/@media-editor/core/node_modules/zod/v4/core/index.d.cts +15 -0
  176. package/node_modules/@media-editor/core/node_modules/zod/v4/core/index.d.ts +15 -0
  177. package/node_modules/@media-editor/core/node_modules/zod/v4/core/index.js +15 -0
  178. package/node_modules/@media-editor/core/node_modules/zod/v4/core/json-schema.cjs +2 -0
  179. package/node_modules/@media-editor/core/node_modules/zod/v4/core/json-schema.d.cts +87 -0
  180. package/node_modules/@media-editor/core/node_modules/zod/v4/core/json-schema.d.ts +87 -0
  181. package/node_modules/@media-editor/core/node_modules/zod/v4/core/json-schema.js +1 -0
  182. package/node_modules/@media-editor/core/node_modules/zod/v4/core/parse.cjs +87 -0
  183. package/node_modules/@media-editor/core/node_modules/zod/v4/core/parse.d.cts +25 -0
  184. package/node_modules/@media-editor/core/node_modules/zod/v4/core/parse.d.ts +25 -0
  185. package/node_modules/@media-editor/core/node_modules/zod/v4/core/parse.js +57 -0
  186. package/node_modules/@media-editor/core/node_modules/zod/v4/core/regexes.cjs +103 -0
  187. package/node_modules/@media-editor/core/node_modules/zod/v4/core/regexes.d.cts +62 -0
  188. package/node_modules/@media-editor/core/node_modules/zod/v4/core/regexes.d.ts +62 -0
  189. package/node_modules/@media-editor/core/node_modules/zod/v4/core/regexes.js +95 -0
  190. package/node_modules/@media-editor/core/node_modules/zod/v4/core/registries.cjs +56 -0
  191. package/node_modules/@media-editor/core/node_modules/zod/v4/core/registries.d.cts +35 -0
  192. package/node_modules/@media-editor/core/node_modules/zod/v4/core/registries.d.ts +35 -0
  193. package/node_modules/@media-editor/core/node_modules/zod/v4/core/registries.js +51 -0
  194. package/node_modules/@media-editor/core/node_modules/zod/v4/core/schemas.cjs +1748 -0
  195. package/node_modules/@media-editor/core/node_modules/zod/v4/core/schemas.d.cts +1041 -0
  196. package/node_modules/@media-editor/core/node_modules/zod/v4/core/schemas.d.ts +1041 -0
  197. package/node_modules/@media-editor/core/node_modules/zod/v4/core/schemas.js +1717 -0
  198. package/node_modules/@media-editor/core/node_modules/zod/v4/core/standard-schema.cjs +2 -0
  199. package/node_modules/@media-editor/core/node_modules/zod/v4/core/standard-schema.d.cts +55 -0
  200. package/node_modules/@media-editor/core/node_modules/zod/v4/core/standard-schema.d.ts +55 -0
  201. package/node_modules/@media-editor/core/node_modules/zod/v4/core/standard-schema.js +1 -0
  202. package/node_modules/@media-editor/core/node_modules/zod/v4/core/to-json-schema.cjs +854 -0
  203. package/node_modules/@media-editor/core/node_modules/zod/v4/core/to-json-schema.d.cts +88 -0
  204. package/node_modules/@media-editor/core/node_modules/zod/v4/core/to-json-schema.d.ts +88 -0
  205. package/node_modules/@media-editor/core/node_modules/zod/v4/core/to-json-schema.js +849 -0
  206. package/node_modules/@media-editor/core/node_modules/zod/v4/core/util.cjs +539 -0
  207. package/node_modules/@media-editor/core/node_modules/zod/v4/core/util.d.cts +183 -0
  208. package/node_modules/@media-editor/core/node_modules/zod/v4/core/util.d.ts +183 -0
  209. package/node_modules/@media-editor/core/node_modules/zod/v4/core/util.js +493 -0
  210. package/node_modules/@media-editor/core/node_modules/zod/v4/core/versions.cjs +8 -0
  211. package/node_modules/@media-editor/core/node_modules/zod/v4/core/versions.d.cts +5 -0
  212. package/node_modules/@media-editor/core/node_modules/zod/v4/core/versions.d.ts +5 -0
  213. package/node_modules/@media-editor/core/node_modules/zod/v4/core/versions.js +5 -0
  214. package/node_modules/@media-editor/core/node_modules/zod/v4/index.cjs +22 -0
  215. package/node_modules/@media-editor/core/node_modules/zod/v4/index.d.cts +3 -0
  216. package/node_modules/@media-editor/core/node_modules/zod/v4/index.d.ts +3 -0
  217. package/node_modules/@media-editor/core/node_modules/zod/v4/index.js +3 -0
  218. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/ar.cjs +142 -0
  219. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/ar.d.cts +4 -0
  220. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/ar.d.ts +4 -0
  221. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/ar.js +116 -0
  222. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/az.cjs +141 -0
  223. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/az.d.cts +4 -0
  224. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/az.d.ts +4 -0
  225. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/az.js +115 -0
  226. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/be.cjs +190 -0
  227. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/be.d.cts +4 -0
  228. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/be.d.ts +4 -0
  229. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/be.js +164 -0
  230. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/ca.cjs +144 -0
  231. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/ca.d.cts +4 -0
  232. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/ca.d.ts +4 -0
  233. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/ca.js +118 -0
  234. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/cs.cjs +161 -0
  235. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/cs.d.cts +4 -0
  236. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/cs.d.ts +4 -0
  237. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/cs.js +135 -0
  238. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/de.cjs +142 -0
  239. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/de.d.cts +4 -0
  240. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/de.d.ts +4 -0
  241. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/de.js +116 -0
  242. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/en.cjs +145 -0
  243. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/en.d.cts +5 -0
  244. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/en.d.ts +5 -0
  245. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/en.js +117 -0
  246. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/eo.cjs +144 -0
  247. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/eo.d.cts +5 -0
  248. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/eo.d.ts +5 -0
  249. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/eo.js +116 -0
  250. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/es.cjs +143 -0
  251. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/es.d.cts +4 -0
  252. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/es.d.ts +4 -0
  253. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/es.js +117 -0
  254. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/fa.cjs +148 -0
  255. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/fa.d.cts +4 -0
  256. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/fa.d.ts +4 -0
  257. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/fa.js +122 -0
  258. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/fi.cjs +148 -0
  259. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/fi.d.cts +4 -0
  260. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/fi.d.ts +4 -0
  261. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/fi.js +122 -0
  262. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/fr-CA.cjs +143 -0
  263. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/fr-CA.d.cts +4 -0
  264. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/fr-CA.d.ts +4 -0
  265. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/fr-CA.js +117 -0
  266. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/fr.cjs +142 -0
  267. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/fr.d.cts +4 -0
  268. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/fr.d.ts +4 -0
  269. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/fr.js +116 -0
  270. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/he.cjs +143 -0
  271. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/he.d.cts +4 -0
  272. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/he.d.ts +4 -0
  273. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/he.js +117 -0
  274. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/hu.cjs +143 -0
  275. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/hu.d.cts +4 -0
  276. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/hu.d.ts +4 -0
  277. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/hu.js +117 -0
  278. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/id.cjs +142 -0
  279. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/id.d.cts +4 -0
  280. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/id.d.ts +4 -0
  281. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/id.js +116 -0
  282. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/index.cjs +84 -0
  283. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/index.d.cts +39 -0
  284. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/index.d.ts +39 -0
  285. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/index.js +39 -0
  286. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/it.cjs +143 -0
  287. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/it.d.cts +4 -0
  288. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/it.d.ts +4 -0
  289. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/it.js +117 -0
  290. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/ja.cjs +141 -0
  291. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/ja.d.cts +4 -0
  292. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/ja.d.ts +4 -0
  293. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/ja.js +115 -0
  294. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/kh.cjs +143 -0
  295. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/kh.d.cts +4 -0
  296. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/kh.d.ts +4 -0
  297. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/kh.js +117 -0
  298. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/ko.cjs +147 -0
  299. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/ko.d.cts +4 -0
  300. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/ko.d.ts +4 -0
  301. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/ko.js +121 -0
  302. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/mk.cjs +144 -0
  303. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/mk.d.cts +4 -0
  304. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/mk.d.ts +4 -0
  305. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/mk.js +118 -0
  306. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/ms.cjs +142 -0
  307. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/ms.d.cts +4 -0
  308. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/ms.d.ts +4 -0
  309. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/ms.js +116 -0
  310. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/nl.cjs +143 -0
  311. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/nl.d.cts +4 -0
  312. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/nl.d.ts +4 -0
  313. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/nl.js +117 -0
  314. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/no.cjs +142 -0
  315. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/no.d.cts +4 -0
  316. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/no.d.ts +4 -0
  317. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/no.js +116 -0
  318. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/ota.cjs +143 -0
  319. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/ota.d.cts +4 -0
  320. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/ota.d.ts +4 -0
  321. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/ota.js +117 -0
  322. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/pl.cjs +143 -0
  323. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/pl.d.cts +4 -0
  324. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/pl.d.ts +4 -0
  325. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/pl.js +117 -0
  326. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/ps.cjs +148 -0
  327. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/ps.d.cts +4 -0
  328. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/ps.d.ts +4 -0
  329. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/ps.js +122 -0
  330. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/pt.cjs +142 -0
  331. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/pt.d.cts +4 -0
  332. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/pt.d.ts +4 -0
  333. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/pt.js +116 -0
  334. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/ru.cjs +190 -0
  335. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/ru.d.cts +4 -0
  336. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/ru.d.ts +4 -0
  337. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/ru.js +164 -0
  338. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/sl.cjs +143 -0
  339. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/sl.d.cts +4 -0
  340. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/sl.d.ts +4 -0
  341. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/sl.js +117 -0
  342. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/sv.cjs +144 -0
  343. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/sv.d.cts +4 -0
  344. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/sv.d.ts +4 -0
  345. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/sv.js +118 -0
  346. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/ta.cjs +143 -0
  347. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/ta.d.cts +4 -0
  348. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/ta.d.ts +4 -0
  349. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/ta.js +117 -0
  350. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/th.cjs +143 -0
  351. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/th.d.cts +4 -0
  352. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/th.d.ts +4 -0
  353. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/th.js +117 -0
  354. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/tr.cjs +143 -0
  355. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/tr.d.cts +5 -0
  356. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/tr.d.ts +5 -0
  357. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/tr.js +115 -0
  358. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/ua.cjs +143 -0
  359. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/ua.d.cts +4 -0
  360. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/ua.d.ts +4 -0
  361. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/ua.js +117 -0
  362. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/ur.cjs +143 -0
  363. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/ur.d.cts +4 -0
  364. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/ur.d.ts +4 -0
  365. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/ur.js +117 -0
  366. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/vi.cjs +142 -0
  367. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/vi.d.cts +4 -0
  368. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/vi.d.ts +4 -0
  369. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/vi.js +116 -0
  370. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/zh-CN.cjs +142 -0
  371. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/zh-CN.d.cts +4 -0
  372. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/zh-CN.d.ts +4 -0
  373. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/zh-CN.js +116 -0
  374. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/zh-TW.cjs +143 -0
  375. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/zh-TW.d.cts +4 -0
  376. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/zh-TW.d.ts +4 -0
  377. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/zh-TW.js +117 -0
  378. package/node_modules/@media-editor/core/node_modules/zod/v4/mini/checks.cjs +34 -0
  379. package/node_modules/@media-editor/core/node_modules/zod/v4/mini/checks.d.cts +1 -0
  380. package/node_modules/@media-editor/core/node_modules/zod/v4/mini/checks.d.ts +1 -0
  381. package/node_modules/@media-editor/core/node_modules/zod/v4/mini/checks.js +1 -0
  382. package/node_modules/@media-editor/core/node_modules/zod/v4/mini/coerce.cjs +47 -0
  383. package/node_modules/@media-editor/core/node_modules/zod/v4/mini/coerce.d.cts +7 -0
  384. package/node_modules/@media-editor/core/node_modules/zod/v4/mini/coerce.d.ts +7 -0
  385. package/node_modules/@media-editor/core/node_modules/zod/v4/mini/coerce.js +17 -0
  386. package/node_modules/@media-editor/core/node_modules/zod/v4/mini/external.cjs +62 -0
  387. package/node_modules/@media-editor/core/node_modules/zod/v4/mini/external.d.cts +11 -0
  388. package/node_modules/@media-editor/core/node_modules/zod/v4/mini/external.d.ts +11 -0
  389. package/node_modules/@media-editor/core/node_modules/zod/v4/mini/external.js +13 -0
  390. package/node_modules/@media-editor/core/node_modules/zod/v4/mini/index.cjs +32 -0
  391. package/node_modules/@media-editor/core/node_modules/zod/v4/mini/index.d.cts +3 -0
  392. package/node_modules/@media-editor/core/node_modules/zod/v4/mini/index.d.ts +3 -0
  393. package/node_modules/@media-editor/core/node_modules/zod/v4/mini/index.js +3 -0
  394. package/node_modules/@media-editor/core/node_modules/zod/v4/mini/iso.cjs +60 -0
  395. package/node_modules/@media-editor/core/node_modules/zod/v4/mini/iso.d.cts +22 -0
  396. package/node_modules/@media-editor/core/node_modules/zod/v4/mini/iso.d.ts +22 -0
  397. package/node_modules/@media-editor/core/node_modules/zod/v4/mini/iso.js +30 -0
  398. package/node_modules/@media-editor/core/node_modules/zod/v4/mini/parse.cjs +8 -0
  399. package/node_modules/@media-editor/core/node_modules/zod/v4/mini/parse.d.cts +1 -0
  400. package/node_modules/@media-editor/core/node_modules/zod/v4/mini/parse.d.ts +1 -0
  401. package/node_modules/@media-editor/core/node_modules/zod/v4/mini/parse.js +1 -0
  402. package/node_modules/@media-editor/core/node_modules/zod/v4/mini/schemas.cjs +839 -0
  403. package/node_modules/@media-editor/core/node_modules/zod/v4/mini/schemas.d.cts +356 -0
  404. package/node_modules/@media-editor/core/node_modules/zod/v4/mini/schemas.d.ts +356 -0
  405. package/node_modules/@media-editor/core/node_modules/zod/v4/mini/schemas.js +732 -0
  406. package/node_modules/@media-editor/core/node_modules/zod/v4-mini/index.cjs +17 -0
  407. package/node_modules/@media-editor/core/node_modules/zod/v4-mini/index.d.cts +1 -0
  408. package/node_modules/@media-editor/core/node_modules/zod/v4-mini/index.d.ts +1 -0
  409. package/node_modules/@media-editor/core/node_modules/zod/v4-mini/index.js +1 -0
  410. package/node_modules/@media-editor/core/package.json +42 -0
  411. package/node_modules/@media-editor/image/LICENSE +21 -0
  412. package/node_modules/@media-editor/image/README.md +48 -0
  413. package/node_modules/@media-editor/image/dist/chunk-5TBO732O.js +1 -0
  414. package/node_modules/@media-editor/image/dist/index-CU3vkvDR.d.ts +44 -0
  415. package/node_modules/@media-editor/image/dist/index.css +1 -0
  416. package/node_modules/@media-editor/image/dist/index.d.ts +2 -0
  417. package/node_modules/@media-editor/image/dist/index.js +364 -0
  418. package/node_modules/@media-editor/image/dist/lazy.css +1 -0
  419. package/node_modules/@media-editor/image/dist/lazy.d.ts +8 -0
  420. package/node_modules/@media-editor/image/dist/lazy.js +1 -0
  421. package/node_modules/@media-editor/image/package.json +29 -0
  422. package/node_modules/@media-editor/video/LICENSE +21 -0
  423. package/node_modules/@media-editor/video/README.md +55 -0
  424. package/node_modules/@media-editor/video/dist/chunk-EK7ODJWE.js +1 -0
  425. package/node_modules/@media-editor/video/dist/index-CX2iAapm.d.ts +51 -0
  426. package/node_modules/@media-editor/video/dist/index.d.ts +4 -0
  427. package/node_modules/@media-editor/video/dist/index.js +16919 -0
  428. package/node_modules/@media-editor/video/dist/lazy.d.ts +10 -0
  429. package/node_modules/@media-editor/video/dist/lazy.js +1 -0
  430. package/node_modules/@media-editor/video/dist/legacy.js +65 -0
  431. package/node_modules/@media-editor/video/package.json +29 -0
  432. package/package.json +48 -0
  433. package/style.css +1 -0
  434. package/theme.css +1214 -0
package/filerobot.css ADDED
@@ -0,0 +1,1669 @@
1
+ /**
2
+ * @media-editor/styles/filerobot.css —— Filerobot 暗色微调覆盖。
3
+ *
4
+ * 大部分暗色主题已由 @media-editor/image 经 config.theme.palette 注入(见 core/filerobot 的
5
+ * IMAGE_EDITOR_DARK_PALETTE),无需 CSS。这里只补 palette 覆盖不到的几处:
6
+ * - 标注选项弹层(SfxPopper)是 body 级 portal,容器封顶时不被裁切的兜底;
7
+ * - 滚动条配色。
8
+ * 仅当宿主把图片编辑器放进受限高度容器、或想统一滚动条时按需引入。
9
+ */
10
+ .FIE_root,
11
+ [data-testid='FIE-root'] {
12
+ --fie-scroll-thumb: #3a3a46;
13
+ }
14
+
15
+ .FIE_root *::-webkit-scrollbar {
16
+ width: 10px;
17
+ height: 10px;
18
+ }
19
+ .FIE_root *::-webkit-scrollbar-thumb {
20
+ background: var(--fie-scroll-thumb, #3a3a46);
21
+ border-radius: 6px;
22
+ }
23
+ .FIE_root *::-webkit-scrollbar-track {
24
+ background: transparent;
25
+ }
26
+
27
+ /* Filerobot still renders several tool inputs with native light backgrounds.
28
+ Keep text/number controls readable in dark SDK shells without touching range/color controls. */
29
+ .FIE_root input:not([type='range']):not([type='checkbox']):not([type='radio']):not([type='color']):not([type='file']),
30
+ .FIE_root select,
31
+ .FIE_root textarea,
32
+ [data-testid='FIE-root'] input:not([type='range']):not([type='checkbox']):not([type='radio']):not([type='color']):not([type='file']),
33
+ [data-testid='FIE-root'] select,
34
+ [data-testid='FIE-root'] textarea,
35
+ #SfxPopper input:not([type='range']):not([type='checkbox']):not([type='radio']):not([type='color']):not([type='file']),
36
+ #SfxPopper select,
37
+ #SfxPopper textarea,
38
+ #SfxPopup input:not([type='range']):not([type='checkbox']):not([type='radio']):not([type='color']):not([type='file']),
39
+ #SfxPopup select,
40
+ #SfxPopup textarea,
41
+ .SfxPopper-root input:not([type='range']):not([type='checkbox']):not([type='radio']):not([type='color']):not([type='file']),
42
+ .SfxPopper-root select,
43
+ .SfxPopper-root textarea,
44
+ .SfxMenu-root input:not([type='range']):not([type='checkbox']):not([type='radio']):not([type='color']):not([type='file']),
45
+ .SfxMenu-root select,
46
+ .SfxMenu-root textarea {
47
+ color: var(--me-fg, #ededf0) !important;
48
+ -webkit-text-fill-color: var(--me-fg, #ededf0) !important;
49
+ caret-color: var(--me-fg, #ededf0) !important;
50
+ background: color-mix(in srgb, var(--me-fg, #ededf0) 8%, transparent) !important;
51
+ border-color: color-mix(in srgb, var(--me-fg, #ededf0) 14%, transparent) !important;
52
+ }
53
+ .FIE_root input::placeholder,
54
+ .FIE_root textarea::placeholder,
55
+ [data-testid='FIE-root'] input::placeholder,
56
+ [data-testid='FIE-root'] textarea::placeholder,
57
+ #SfxPopper input::placeholder,
58
+ #SfxPopper textarea::placeholder,
59
+ #SfxPopup input::placeholder,
60
+ #SfxPopup textarea::placeholder,
61
+ .SfxPopper-root input::placeholder,
62
+ .SfxPopper-root textarea::placeholder,
63
+ .SfxMenu-root input::placeholder,
64
+ .SfxMenu-root textarea::placeholder {
65
+ color: var(--me-fg-muted, #9a9aa3) !important;
66
+ -webkit-text-fill-color: var(--me-fg-muted, #9a9aa3) !important;
67
+ opacity: 1 !important;
68
+ }
69
+ .FIE_root input:not([type='range']):not([type='checkbox']):not([type='radio']):not([type='color']):not([type='file']):disabled,
70
+ .FIE_root select:disabled,
71
+ .FIE_root textarea:disabled,
72
+ [data-testid='FIE-root'] input:not([type='range']):not([type='checkbox']):not([type='radio']):not([type='color']):not([type='file']):disabled,
73
+ [data-testid='FIE-root'] select:disabled,
74
+ [data-testid='FIE-root'] textarea:disabled,
75
+ #SfxPopper input:not([type='range']):not([type='checkbox']):not([type='radio']):not([type='color']):not([type='file']):disabled,
76
+ #SfxPopper select:disabled,
77
+ #SfxPopper textarea:disabled,
78
+ #SfxPopup input:not([type='range']):not([type='checkbox']):not([type='radio']):not([type='color']):not([type='file']):disabled,
79
+ #SfxPopup select:disabled,
80
+ #SfxPopup textarea:disabled,
81
+ .SfxPopper-root input:not([type='range']):not([type='checkbox']):not([type='radio']):not([type='color']):not([type='file']):disabled,
82
+ .SfxPopper-root select:disabled,
83
+ .SfxPopper-root textarea:disabled,
84
+ .SfxMenu-root input:not([type='range']):not([type='checkbox']):not([type='radio']):not([type='color']):not([type='file']):disabled,
85
+ .SfxMenu-root select:disabled,
86
+ .SfxMenu-root textarea:disabled {
87
+ color: var(--me-fg-muted, #9a9aa3) !important;
88
+ -webkit-text-fill-color: var(--me-fg-muted, #9a9aa3) !important;
89
+ background: color-mix(in srgb, var(--me-fg, #ededf0) 5%, transparent) !important;
90
+ opacity: 1 !important;
91
+ }
92
+ .FIE_root option,
93
+ [data-testid='FIE-root'] option,
94
+ #SfxPopper option,
95
+ #SfxPopup option,
96
+ .SfxPopper-root option,
97
+ .SfxMenu-root option {
98
+ color: var(--me-fg, #ededf0) !important;
99
+ background: var(--me-bg-panel, #1b1b21) !important;
100
+ }
101
+
102
+ .FIE_root .SfxInput-root,
103
+ [data-testid='FIE-root'] .SfxInput-root,
104
+ #SfxPopper .SfxInput-root,
105
+ #SfxPopup .SfxInput-root,
106
+ .SfxPopper-root .SfxInput-root,
107
+ .SfxMenu-root .SfxInput-root {
108
+ color: var(--me-fg, #ededf0) !important;
109
+ background: color-mix(in srgb, var(--me-fg, #ededf0) 8%, transparent) !important;
110
+ border-color: color-mix(in srgb, var(--me-fg, #ededf0) 14%, transparent) !important;
111
+ }
112
+ .FIE_root .SfxInput-root:hover,
113
+ [data-testid='FIE-root'] .SfxInput-root:hover,
114
+ #SfxPopper .SfxInput-root:hover,
115
+ #SfxPopup .SfxInput-root:hover,
116
+ .SfxPopper-root .SfxInput-root:hover,
117
+ .SfxMenu-root .SfxInput-root:hover,
118
+ .FIE_root .SfxInput-root:focus-within,
119
+ [data-testid='FIE-root'] .SfxInput-root:focus-within,
120
+ #SfxPopper .SfxInput-root:focus-within,
121
+ #SfxPopup .SfxInput-root:focus-within,
122
+ .SfxPopper-root .SfxInput-root:focus-within,
123
+ .SfxMenu-root .SfxInput-root:focus-within {
124
+ color: var(--me-fg, #ededf0) !important;
125
+ background: color-mix(in srgb, var(--me-fg, #ededf0) 10%, transparent) !important;
126
+ border-color: color-mix(in srgb, var(--me-accent, #7c7cf0) 72%, var(--me-fg, #ededf0) 14%) !important;
127
+ }
128
+ .FIE_root .SfxInput-Base,
129
+ .FIE_root .SfxInput-inputContent,
130
+ [data-testid='FIE-root'] .SfxInput-Base,
131
+ [data-testid='FIE-root'] .SfxInput-inputContent,
132
+ #SfxPopper .SfxInput-Base,
133
+ #SfxPopper .SfxInput-inputContent,
134
+ #SfxPopup .SfxInput-Base,
135
+ #SfxPopup .SfxInput-inputContent,
136
+ .SfxPopper-root .SfxInput-Base,
137
+ .SfxPopper-root .SfxInput-inputContent,
138
+ .SfxMenu-root .SfxInput-Base,
139
+ .SfxMenu-root .SfxInput-inputContent {
140
+ min-width: 0 !important;
141
+ color: var(--me-fg, #ededf0) !important;
142
+ -webkit-text-fill-color: var(--me-fg, #ededf0) !important;
143
+ caret-color: var(--me-fg, #ededf0) !important;
144
+ background: transparent !important;
145
+ }
146
+ .FIE_root .SfxInput-Icon,
147
+ .FIE_root .SfxInput-CopyIcon,
148
+ [data-testid='FIE-root'] .SfxInput-Icon,
149
+ [data-testid='FIE-root'] .SfxInput-CopyIcon,
150
+ #SfxPopper .SfxInput-Icon,
151
+ #SfxPopper .SfxInput-CopyIcon,
152
+ #SfxPopup .SfxInput-Icon,
153
+ #SfxPopup .SfxInput-CopyIcon,
154
+ .SfxPopper-root .SfxInput-Icon,
155
+ .SfxPopper-root .SfxInput-CopyIcon,
156
+ .SfxMenu-root .SfxInput-Icon,
157
+ .SfxMenu-root .SfxInput-CopyIcon {
158
+ color: var(--me-fg-muted, #9a9aa3) !important;
159
+ }
160
+
161
+ /* 图片编辑器工具规格:与视频编辑器工具栏保持同一套 icon/label 尺寸。 */
162
+ .FIE_tab svg,
163
+ .FIE_tabs svg,
164
+ .FIE_tools-bar-wrapper button svg {
165
+ width: var(--me-editor-tool-icon-size, 20px) !important;
166
+ height: var(--me-editor-tool-icon-size, 20px) !important;
167
+ }
168
+ .FIE_tab,
169
+ .FIE_tabs button,
170
+ .FIE_tabs_navbar button {
171
+ display: flex !important;
172
+ flex-direction: column !important;
173
+ align-items: center !important;
174
+ justify-content: center !important;
175
+ gap: var(--me-editor-tool-button-gap, 6px) !important;
176
+ width: var(--me-editor-tool-button-width, 72px) !important;
177
+ min-height: var(--me-editor-tool-button-height, 66px) !important;
178
+ padding: 8px 0 !important;
179
+ border-radius: var(--me-editor-tool-button-radius, 8px) !important;
180
+ box-sizing: border-box !important;
181
+ text-align: center !important;
182
+ }
183
+ .FIE_tab > svg,
184
+ .FIE_tab [data-testid^='FIE-tab-item-icon'],
185
+ .FIE_tabs button > svg,
186
+ .FIE_tabs_navbar button > svg {
187
+ flex: 0 0 auto !important;
188
+ display: block !important;
189
+ margin: 0 auto !important;
190
+ }
191
+ .FIE_tab-label,
192
+ .FIE_tools-bar-wrapper button,
193
+ .FIE_tools-bar-wrapper button span,
194
+ .FIE_tools-bar-wrapper button [class*='Label'] {
195
+ font-size: var(--me-editor-tool-label-size, 12px) !important;
196
+ line-height: 1.2 !important;
197
+ }
198
+ .FIE_tool-options-wrapper,
199
+ .FIE_tool-options-wrapper *,
200
+ .FIE_tools-bar,
201
+ .FIE_tools-bar *,
202
+ .FIE_tools,
203
+ .FIE_tools *,
204
+ .FIE_watermark-tool-wrapper,
205
+ .FIE_watermark-tool-wrapper *,
206
+ .SfxMenu-root,
207
+ .SfxMenu-root *,
208
+ .SfxPopper-root,
209
+ .SfxPopper-root *,
210
+ [class*='SfxPopper'],
211
+ [class*='SfxPopper'] *,
212
+ [class*='SfxMenu'],
213
+ [class*='SfxMenu'] * {
214
+ font-size: var(--me-editor-tool-label-size, 12px) !important;
215
+ line-height: 1.2 !important;
216
+ }
217
+ .FIE_tab-label {
218
+ display: block !important;
219
+ width: 100% !important;
220
+ text-align: center !important;
221
+ }
222
+ .FIE_tab,
223
+ .FIE_tabs button,
224
+ .FIE_tabs_navbar button,
225
+ .FIE_tools-bar-wrapper [role='button'],
226
+ .FIE_tools-bar-wrapper button {
227
+ border: 1px solid transparent !important;
228
+ border-color: transparent !important;
229
+ box-shadow: none !important;
230
+ }
231
+ .FIE_tab,
232
+ .FIE_tabs button,
233
+ .FIE_tabs_navbar button {
234
+ background: transparent !important;
235
+ }
236
+ .FIE_tab:hover,
237
+ .FIE_tabs button:hover,
238
+ .FIE_tabs_navbar button:hover,
239
+ .FIE_tools-bar-wrapper [role='button']:hover,
240
+ .FIE_tools-bar-wrapper button:hover {
241
+ background: color-mix(in srgb, var(--me-fg, #ededf0) 7%, transparent) !important;
242
+ }
243
+ .FIE_tab[aria-selected='true'],
244
+ .FIE_tabs button[aria-selected='true'],
245
+ .FIE_tabs_navbar button[aria-selected='true'],
246
+ .FIE_tools-bar-wrapper [aria-selected='true'] {
247
+ border-color: transparent !important;
248
+ box-shadow: none !important;
249
+ background: color-mix(in srgb, var(--me-accent, #7c7cf0) 16%, transparent) !important;
250
+ }
251
+ .FIE_tabs,
252
+ .FIE_tabs_navbar {
253
+ width: var(--me-editor-tool-button-width, 72px) !important;
254
+ min-width: var(--me-editor-tool-button-width, 72px) !important;
255
+ max-width: var(--me-editor-tool-button-width, 72px) !important;
256
+ padding: 0 !important;
257
+ gap: 6px !important;
258
+ align-items: center !important;
259
+ background: transparent !important;
260
+ box-shadow: none !important;
261
+ border: 0 !important;
262
+ overflow-x: visible !important;
263
+ }
264
+ .FIE_main-container {
265
+ --me-image-toolrail-width: var(--me-editor-tool-button-width, 72px);
266
+ }
267
+ .FIE_main-container > .FIE_tabs_navbar,
268
+ .FIE_main-container > [data-testid='FIE-tabs-navbar'] {
269
+ width: var(--me-image-toolrail-width) !important;
270
+ min-width: var(--me-image-toolrail-width) !important;
271
+ max-width: var(--me-image-toolrail-width) !important;
272
+ padding: 0 !important;
273
+ box-sizing: border-box !important;
274
+ align-items: center !important;
275
+ justify-content: flex-start !important;
276
+ /* Match the video editor rail: no extra leading gutter before the tool column. */
277
+ margin-left: 0 !important;
278
+ }
279
+ .FIE_main-container > .FIE_tabs_navbar > .FIE_tab,
280
+ .FIE_main-container > [data-testid='FIE-tabs-navbar'] > .FIE_tab {
281
+ width: var(--me-editor-tool-button-width, 72px) !important;
282
+ min-width: var(--me-editor-tool-button-width, 72px) !important;
283
+ max-width: var(--me-editor-tool-button-width, 72px) !important;
284
+ margin-inline: 0 !important;
285
+ }
286
+ .FIE_main-container > .FIE_editor-content {
287
+ width: calc(100% - var(--me-image-toolrail-width)) !important;
288
+ flex: 1 1 0 !important;
289
+ }
290
+
291
+ /* 下拉箭头图标(裁剪预设 / 添加图片):通用 20px svg 规则把这些 caret 放得过大 → 缩回 13px
292
+ (只动最后一个 svg=箭头,保留前面的功能图标) */
293
+ .FIE_crop-presets-opener-button svg:last-child,
294
+ .FIE_image-tool-add-option-button svg:last-child {
295
+ width: 13px !important;
296
+ height: 13px !important;
297
+ }
298
+
299
+ /* Watermark: expose upload/text-watermark as first-level bottom actions instead of a nested menu. */
300
+ .FIE_watermark-tool-wrapper {
301
+ width: 100% !important;
302
+ }
303
+ .FIE_watermark-add-wrapper.FIE_watermark-bottom-actions {
304
+ width: 100% !important;
305
+ justify-content: center !important;
306
+ align-items: center !important;
307
+ gap: 8px !important;
308
+ overflow: visible !important;
309
+ }
310
+ .FIE_watermark-primary-action {
311
+ height: 32px !important;
312
+ min-height: 32px !important;
313
+ padding: 0 12px !important;
314
+ border: 0 !important;
315
+ border-radius: 8px !important;
316
+ display: inline-flex !important;
317
+ align-items: center !important;
318
+ justify-content: center !important;
319
+ gap: 6px !important;
320
+ font: inherit !important;
321
+ font-size: var(--me-editor-tool-label-size, 12px) !important;
322
+ line-height: 1 !important;
323
+ color: var(--me-fg, #f1f1f4) !important;
324
+ background: color-mix(in srgb, var(--me-fg, #f1f1f4) 9%, transparent) !important;
325
+ cursor: pointer !important;
326
+ }
327
+ .FIE_watermark-primary-action:hover {
328
+ background: color-mix(in srgb, var(--me-fg, #f1f1f4) 14%, transparent) !important;
329
+ }
330
+ .FIE_watermark-primary-action:disabled {
331
+ opacity: 0.45 !important;
332
+ cursor: default !important;
333
+ }
334
+ .FIE_watermark-primary-action svg {
335
+ width: 18px !important;
336
+ height: 18px !important;
337
+ color: currentColor !important;
338
+ }
339
+
340
+ /* Image zoom menu: pointer/hand + dropdown slider, matching the video editor control model. */
341
+ .FIE_zoom-menu-controls {
342
+ gap: 6px !important;
343
+ }
344
+ .FIE_zoom-menu-controls .FIE_zoom-pointer-btn,
345
+ .FIE_zoom-menu-controls .FIE_zoom-menu-trigger {
346
+ border: 0 !important;
347
+ border-radius: 10px !important;
348
+ background: color-mix(in srgb, var(--me-fg, #ededf0) 8%, transparent) !important;
349
+ color: var(--me-fg, #ededf0) !important;
350
+ box-shadow: none !important;
351
+ }
352
+ .FIE_zoom-menu-controls .FIE_zoom-pointer-btn.is-active {
353
+ background: color-mix(in srgb, var(--me-accent, #7c7cf0) 18%, transparent) !important;
354
+ color: var(--me-accent, #7c7cf0) !important;
355
+ }
356
+ .FIE_zoom-menu-controls .FIE_zoom-menu-trigger {
357
+ width: 104px !important;
358
+ min-width: 104px !important;
359
+ height: 34px !important;
360
+ padding: 0 9px 0 12px !important;
361
+ display: inline-flex !important;
362
+ flex-direction: row !important;
363
+ align-items: center !important;
364
+ justify-content: space-between !important;
365
+ gap: 6px !important;
366
+ white-space: nowrap !important;
367
+ line-height: 1 !important;
368
+ }
369
+ .FIE_zoom-menu-controls .FIE_zoom-menu-trigger > span {
370
+ display: inline-flex !important;
371
+ align-items: center !important;
372
+ justify-content: flex-start !important;
373
+ flex: 1 1 auto !important;
374
+ width: 100% !important;
375
+ min-width: 0 !important;
376
+ white-space: nowrap !important;
377
+ line-height: 1 !important;
378
+ text-align: left !important;
379
+ }
380
+ .FIE_zoom-menu-controls .FIE_zoom-menu-trigger svg {
381
+ flex: 0 0 auto !important;
382
+ margin-left: auto !important;
383
+ }
384
+ .FIE_zoom-dropdown-menu .FIE_zoom-menu-panel {
385
+ width: min(320px, calc(100vw - 32px)) !important;
386
+ max-width: calc(100vw - 32px) !important;
387
+ padding: 12px !important;
388
+ box-sizing: border-box !important;
389
+ color: var(--me-fg, #ededf0) !important;
390
+ border-radius: 12px !important;
391
+ background: var(--me-bg-panel, #1b1b21) !important;
392
+ box-shadow: 0 16px 42px rgba(0, 0, 0, 0.38) !important;
393
+ }
394
+ .FIE_zoom-dropdown-menu {
395
+ width: min(320px, calc(100vw - 32px)) !important;
396
+ min-width: min(320px, calc(100vw - 32px)) !important;
397
+ max-width: calc(100vw - 32px) !important;
398
+ overflow: visible !important;
399
+ z-index: 2147483000 !important;
400
+ }
401
+ .FIE_zoom-dropdown-menu,
402
+ .FIE_zoom-dropdown-menu * {
403
+ box-sizing: border-box !important;
404
+ }
405
+ .FIE_zoom-menu-title {
406
+ margin-bottom: 10px;
407
+ color: var(--me-fg-muted, #9a9aa3);
408
+ font-size: 12px;
409
+ }
410
+ .FIE_zoom-menu-slider-row {
411
+ display: grid;
412
+ grid-template-columns: minmax(132px, 1fr) 96px;
413
+ align-items: center;
414
+ gap: 8px;
415
+ }
416
+ .FIE_zoom-menu-slider {
417
+ width: 100%;
418
+ min-width: 0;
419
+ accent-color: var(--me-accent, #7c7cf0);
420
+ }
421
+ .FIE_zoom-menu-number {
422
+ height: 34px;
423
+ width: 96px;
424
+ min-width: 96px;
425
+ max-width: 96px;
426
+ border-radius: 9px;
427
+ background: color-mix(in srgb, var(--me-fg, #ededf0) 8%, transparent);
428
+ display: grid;
429
+ grid-template-columns: minmax(38px, 1fr) 16px 22px;
430
+ /* 显式锁定行高 = 34px。否则 auto 行被内容撑到 64px,input(height:100%)随之变 64px → 数字垂直溢出、和步进器挤在一起(百分比显示异常) */
431
+ grid-template-rows: 34px;
432
+ align-items: center;
433
+ overflow: hidden;
434
+ font-variant-numeric: tabular-nums;
435
+ white-space: nowrap;
436
+ }
437
+ .FIE_zoom-menu-input {
438
+ width: 100%;
439
+ min-width: 0;
440
+ height: 100%;
441
+ padding: 0 2px 0 6px;
442
+ border: 0 !important;
443
+ outline: 0 !important;
444
+ background: transparent !important;
445
+ color: var(--me-fg, #ededf0) !important;
446
+ -webkit-text-fill-color: var(--me-fg, #ededf0) !important;
447
+ font: inherit !important;
448
+ font-size: 13px !important;
449
+ line-height: 34px !important;
450
+ text-align: right;
451
+ font-variant-numeric: tabular-nums;
452
+ white-space: nowrap !important;
453
+ appearance: textfield;
454
+ -moz-appearance: textfield;
455
+ }
456
+ .FIE_zoom-menu-input::-webkit-outer-spin-button,
457
+ .FIE_zoom-menu-input::-webkit-inner-spin-button {
458
+ margin: 0;
459
+ appearance: none;
460
+ -webkit-appearance: none;
461
+ }
462
+ .FIE_zoom-menu-percent {
463
+ min-width: 16px;
464
+ padding: 0;
465
+ color: var(--me-fg, #ededf0) !important;
466
+ font-size: 13px !important;
467
+ line-height: 34px !important;
468
+ white-space: nowrap !important;
469
+ }
470
+ .FIE_zoom-menu-stepper {
471
+ width: 22px;
472
+ height: 100%;
473
+ display: grid;
474
+ grid-template-rows: 1fr 1fr;
475
+ border-left: 1px solid color-mix(in srgb, var(--me-border, #26262b) 80%, transparent);
476
+ }
477
+ /* 提高特异度,压过后面的 `.SfxMenu-root button { min-height:32px }`(否则上下步进按钮各 32px、在 34px 框里叠在一起=太高) */
478
+ .FIE_zoom-menu-number .FIE_zoom-menu-stepper button {
479
+ width: 22px !important;
480
+ min-width: 22px !important;
481
+ height: 17px !important;
482
+ min-height: 0 !important;
483
+ padding: 0 !important;
484
+ border: 0 !important;
485
+ border-radius: 0 !important;
486
+ background: transparent !important;
487
+ color: var(--me-fg-muted, #9a9aa3) !important;
488
+ display: inline-flex !important;
489
+ align-items: center !important;
490
+ justify-content: center !important;
491
+ cursor: pointer !important;
492
+ }
493
+ .FIE_zoom-menu-stepper button:hover {
494
+ color: var(--me-fg, #ededf0) !important;
495
+ background: color-mix(in srgb, var(--me-fg, #ededf0) 8%, transparent) !important;
496
+ }
497
+ .FIE_zoom-menu-divider {
498
+ height: 1px;
499
+ background: var(--me-border, #26262b);
500
+ margin: 14px 0 8px;
501
+ }
502
+ .FIE_zoom-menu-shortcut {
503
+ min-height: 32px !important;
504
+ }
505
+ .FIE_zoom-menu-kbd {
506
+ color: var(--me-fg-muted, #9a9aa3);
507
+ margin-left: auto;
508
+ }
509
+
510
+ /* 标注/形状选项弹层:置顶 + 不被裁切 + 限宽换行(修「弹窗内弹窗显示不全」)。
511
+ SfxPopper 多为 body 级 portal;overflow 放开避免子弹层(如圆角滑杆)被父弹层裁掉,max-width 防溢出视口。 */
512
+ #SfxPopper,
513
+ .SfxPopper-root,
514
+ [class*='SfxPopper'],
515
+ .SfxPopper-wrapper,
516
+ .SfxMenu-root {
517
+ z-index: 2147483000 !important;
518
+ overflow: visible !important;
519
+ max-width: 92vw;
520
+ }
521
+ #SfxPopper,
522
+ #SfxPopup {
523
+ position: fixed !important;
524
+ inset: 0 !important;
525
+ pointer-events: none !important;
526
+ }
527
+ #SfxPopper > *,
528
+ #SfxPopup > *,
529
+ .SfxPopper-wrapper,
530
+ .SfxPopper-root,
531
+ .SfxMenu-root,
532
+ .SfxMenu-Overlay {
533
+ pointer-events: auto !important;
534
+ }
535
+ /* 弹层内容容器允许内部滚动/换行,避免内容被固定高度裁切 */
536
+ [class*='SfxPopper'] [class*='wrapper'],
537
+ [class*='SfxPopper'] [class*='content'] {
538
+ overflow: visible !important;
539
+ flex-wrap: wrap;
540
+ }
541
+ /* Filerobot 的尺寸/裁剪菜单是 SfxMenu portal,默认会撑得很宽;限制到和缩放菜单相近的紧凑尺寸。 */
542
+ #SfxPopper .SfxMenu-root,
543
+ #SfxPopup .SfxMenu-root,
544
+ .SfxMenu-root,
545
+ .SfxMenu-Overlay {
546
+ max-width: min(360px, calc(100vw - 32px)) !important;
547
+ box-sizing: border-box !important;
548
+ }
549
+ .SfxMenu-root [role='menu'],
550
+ .SfxMenu-root ul,
551
+ .SfxMenu-root > *,
552
+ .SfxMenu-Overlay > * {
553
+ max-width: min(360px, calc(100vw - 32px)) !important;
554
+ max-height: min(520px, calc(100dvh - 96px)) !important;
555
+ overflow: auto !important;
556
+ box-sizing: border-box !important;
557
+ }
558
+ .SfxMenu-root [role='menuitem'],
559
+ .SfxMenu-root li,
560
+ .SfxMenu-root button {
561
+ min-height: 32px !important;
562
+ box-sizing: border-box !important;
563
+ }
564
+
565
+ /* 顶栏重排:桌面端用左/中/右三栏,让尺寸 + 缩放控件相对整条 topbar 居中。 */
566
+ @media (min-width: 761px) {
567
+ .FIE_topbar {
568
+ display: grid !important;
569
+ grid-template-columns: minmax(160px, 1fr) auto minmax(160px, 1fr);
570
+ align-items: center;
571
+ gap: 16px;
572
+ }
573
+ .FIE_topbar > * {
574
+ grid-row: 1;
575
+ }
576
+ .FIE_topbar-control-buttons,
577
+ .FIE_topbar [data-testid='FIE-topbar-control-buttons'] {
578
+ grid-column: 1;
579
+ justify-self: start;
580
+ margin-right: 0 !important;
581
+ order: unset !important;
582
+ width: max-content;
583
+ z-index: 2;
584
+ }
585
+ .FIE_topbar-center-options {
586
+ grid-column: 1 / -1;
587
+ justify-self: center;
588
+ margin: 0 !important;
589
+ order: unset !important;
590
+ z-index: 1;
591
+ }
592
+ .FIE_topbar-buttons-wrapper {
593
+ grid-column: 3;
594
+ justify-self: end;
595
+ order: unset !important;
596
+ }
597
+ .FIE_topbar > div:not(.FIE_topbar-buttons-wrapper):not(.FIE_topbar-center-options):not(.FIE_topbar-control-buttons):not([data-testid='FIE-topbar-control-buttons']) {
598
+ grid-column: 1;
599
+ justify-self: start;
600
+ margin-right: 0 !important;
601
+ order: unset !important;
602
+ width: max-content;
603
+ z-index: 2;
604
+ }
605
+ }
606
+ /* 删叉叉(关闭按钮);返回交给宿主壳(MediaEditor 的「← 返回」) */
607
+ .FIE_buttons-close-btn {
608
+ display: none !important;
609
+ }
610
+
611
+ /* 旋转刻度盘:对标 Pintura 的点状标尺。
612
+ 默认 Filerobot 把 SfxRotationSlider 挤进一个 ~134px 的 flex 簇 → 滑杆塌成 36px 灰块、点全叠成 0 宽,
613
+ 观感很「廉价」。这里把旋转工具那一簇撑满工具栏,滑杆 flex:1 取满宽 → 点状刻度尺完整铺开。
614
+ 用 :has() 精确限定只作用于「旋转」工具,不波及微调/尺寸等其它工具的滑杆/输入。 */
615
+ .FIE_tools-bar-wrapper {
616
+ max-width: 720px !important;
617
+ width: 100% !important;
618
+ }
619
+ .FIE_tool-options-wrapper:has(.FIE_rotate-slider) > div {
620
+ flex: 1 1 auto !important;
621
+ max-width: 600px !important;
622
+ }
623
+ .SfxSlider-root.FIE_rotate-slider {
624
+ flex: 1 1 auto !important;
625
+ width: 100% !important;
626
+ min-width: 420px !important;
627
+ }
628
+ .FIE_rotate-options {
629
+ width: 100% !important;
630
+ }
631
+ .FIE_rotate-value {
632
+ flex: 0 0 auto;
633
+ min-width: 58px;
634
+ height: 28px;
635
+ padding: 0 10px;
636
+ border-radius: 999px;
637
+ display: inline-flex;
638
+ align-items: center;
639
+ justify-content: center;
640
+ font-size: 12px;
641
+ font-weight: 600;
642
+ font-variant-numeric: tabular-nums;
643
+ color: var(--me-fg, #f1f1f4);
644
+ background: color-mix(in srgb, var(--me-fg, #f1f1f4) 12%, transparent);
645
+ border: 1px solid color-mix(in srgb, var(--me-fg, #f1f1f4) 12%, transparent);
646
+ }
647
+ .SfxRotationSlider-list {
648
+ width: 100% !important;
649
+ position: relative !important;
650
+ }
651
+ /* 刻度盘细节:小点更细更淡、长刻度(mark)清晰、中心指针(control)用强调色 → 干净有重心 */
652
+ .SfxRotationSlider-small-dot {
653
+ background: color-mix(in srgb, var(--me-fg, #f1f1f4) 32%, transparent) !important;
654
+ }
655
+ .SfxRotationSlider-big-dot {
656
+ background: color-mix(in srgb, var(--me-fg, #f1f1f4) 55%, transparent) !important;
657
+ }
658
+ .SfxRotationSlider-control {
659
+ background: var(--me-accent, #7c7cf0) !important;
660
+ }
661
+ .SfxRotationSlider-mark-text {
662
+ opacity: 0.7;
663
+ }
664
+
665
+ /* 图片画布框与视频编辑器保持一致:保留扁平画布,不再额外叠内凹阴影或左侧分隔投影。 */
666
+ .FIE_canvas-container {
667
+ padding: 0;
668
+ background: transparent !important;
669
+ }
670
+ .FIE_canvas-node {
671
+ border-radius: 8px;
672
+ overflow: hidden;
673
+ }
674
+ .FIE_canvas-node::after {
675
+ content: '';
676
+ position: absolute;
677
+ inset: 0;
678
+ pointer-events: none;
679
+ border-radius: 8px;
680
+ box-shadow: none;
681
+ }
682
+
683
+ /* Fullscreen: move Filerobot closer to Pintura's immersive crop workspace. */
684
+ .me-fullscreen-host:fullscreen .FIE_root,
685
+ .me-fullscreen-host.me-is-fullscreen .FIE_root,
686
+ .me-fullscreen-host:fullscreen [data-testid='FIE-root'],
687
+ .me-fullscreen-host.me-is-fullscreen [data-testid='FIE-root'] {
688
+ height: 100% !important;
689
+ border: 0 !important;
690
+ border-radius: 0 !important;
691
+ background: #030303 !important;
692
+ overflow: visible !important;
693
+ }
694
+ .me-fullscreen-host:fullscreen .FIE_topbar,
695
+ .me-fullscreen-host.me-is-fullscreen .FIE_topbar {
696
+ position: absolute !important;
697
+ inset: 0 0 auto 0 !important;
698
+ height: 64px !important;
699
+ padding: 0 !important;
700
+ border: 0 !important;
701
+ background: transparent !important;
702
+ z-index: 70 !important;
703
+ pointer-events: none !important;
704
+ }
705
+ .me-fullscreen-host:fullscreen .FIE_topbar-center-options,
706
+ .me-fullscreen-host.me-is-fullscreen .FIE_topbar-center-options {
707
+ position: absolute !important;
708
+ top: 16px !important;
709
+ left: calc(50% + 124px) !important;
710
+ transform: translateX(-50%) !important;
711
+ display: flex !important;
712
+ align-items: center !important;
713
+ justify-content: center !important;
714
+ gap: 10px !important;
715
+ height: 34px !important;
716
+ margin: 0 !important;
717
+ z-index: 72 !important;
718
+ pointer-events: auto !important;
719
+ }
720
+ .me-fullscreen-host:fullscreen .FIE_topbar-control-buttons,
721
+ .me-fullscreen-host.me-is-fullscreen .FIE_topbar-control-buttons,
722
+ .me-fullscreen-host:fullscreen [data-testid='FIE-topbar-control-buttons'],
723
+ .me-fullscreen-host.me-is-fullscreen [data-testid='FIE-topbar-control-buttons'] {
724
+ position: absolute !important;
725
+ top: 16px !important;
726
+ left: calc(50% - 170px) !important;
727
+ transform: translateX(-50%) !important;
728
+ height: 32px !important;
729
+ padding: 0 6px !important;
730
+ border-radius: 999px !important;
731
+ background: rgba(17, 17, 18, 0.68) !important;
732
+ border: 1px solid rgba(255, 255, 255, 0.12) !important;
733
+ pointer-events: auto !important;
734
+ backdrop-filter: blur(10px);
735
+ }
736
+ .me-fullscreen-host:fullscreen .FIE_topbar-buttons-wrapper,
737
+ .me-fullscreen-host.me-is-fullscreen .FIE_topbar-buttons-wrapper {
738
+ position: absolute !important;
739
+ top: 16px !important;
740
+ right: 16px !important;
741
+ margin: 0 !important;
742
+ pointer-events: auto !important;
743
+ }
744
+ .me-fullscreen-host:fullscreen .FIE_topbar-tabs-navbar-toggle_btn,
745
+ .me-fullscreen-host.me-is-fullscreen .FIE_topbar-tabs-navbar-toggle_btn {
746
+ display: none !important;
747
+ }
748
+ .me-fullscreen-host:fullscreen .FIE_topbar-buttons-wrapper button,
749
+ .me-fullscreen-host.me-is-fullscreen .FIE_topbar-buttons-wrapper button {
750
+ min-height: 32px !important;
751
+ border-radius: 999px !important;
752
+ }
753
+ .me-fullscreen-host:fullscreen .FIE_tabs,
754
+ .me-fullscreen-host.me-is-fullscreen .FIE_tabs,
755
+ .me-fullscreen-host:fullscreen .FIE_tabs-navbar,
756
+ .me-fullscreen-host.me-is-fullscreen .FIE_tabs-navbar,
757
+ .me-fullscreen-host:fullscreen .FIE_tabs_navbar,
758
+ .me-fullscreen-host.me-is-fullscreen .FIE_tabs_navbar {
759
+ position: absolute !important;
760
+ left: 16px !important;
761
+ top: 50% !important;
762
+ transform: translateY(-50%) !important;
763
+ width: 96px !important;
764
+ min-width: 96px !important;
765
+ height: auto !important;
766
+ max-height: calc(100dvh - 128px) !important;
767
+ padding: 0 !important;
768
+ display: flex !important;
769
+ flex-direction: column !important;
770
+ align-items: center !important;
771
+ justify-content: center !important;
772
+ gap: 16px !important;
773
+ z-index: 60 !important;
774
+ border: 0 !important;
775
+ background: transparent !important;
776
+ box-shadow: none !important;
777
+ overflow-x: visible !important;
778
+ overflow-y: auto !important;
779
+ }
780
+ .me-fullscreen-host:fullscreen .FIE_tabs .FIE_tab,
781
+ .me-fullscreen-host.me-is-fullscreen .FIE_tabs .FIE_tab,
782
+ .me-fullscreen-host:fullscreen .FIE_tabs_navbar .FIE_tab,
783
+ .me-fullscreen-host.me-is-fullscreen .FIE_tabs_navbar .FIE_tab {
784
+ width: var(--me-editor-tool-button-width, 72px) !important;
785
+ min-height: var(--me-editor-tool-button-height, 66px) !important;
786
+ margin: 0 auto !important;
787
+ box-sizing: border-box !important;
788
+ }
789
+ .me-fullscreen-host:fullscreen .FIE_main-container,
790
+ .me-fullscreen-host.me-is-fullscreen .FIE_main-container {
791
+ height: 100% !important;
792
+ min-height: 0 !important;
793
+ overflow: visible !important;
794
+ background: #030303 !important;
795
+ }
796
+ .me-fullscreen-host:fullscreen .FIE_editor-content,
797
+ .me-fullscreen-host.me-is-fullscreen .FIE_editor-content {
798
+ box-sizing: border-box !important;
799
+ width: 100% !important;
800
+ max-width: 100vw !important;
801
+ max-height: 100dvh !important;
802
+ height: 100% !important;
803
+ min-height: 0 !important;
804
+ padding: 72px 96px 72px 128px !important;
805
+ overflow: hidden !important;
806
+ background: #030303 !important;
807
+ }
808
+ .me-fullscreen-host:fullscreen .FIE_tools-bar-wrapper,
809
+ .me-fullscreen-host.me-is-fullscreen .FIE_tools-bar-wrapper,
810
+ .me-fullscreen-host:fullscreen .FIE_tool-options-wrapper,
811
+ .me-fullscreen-host.me-is-fullscreen .FIE_tool-options-wrapper,
812
+ .me-fullscreen-host:fullscreen .FIE_tools-bar,
813
+ .me-fullscreen-host.me-is-fullscreen .FIE_tools-bar,
814
+ .me-fullscreen-host:fullscreen .FIE_tools,
815
+ .me-fullscreen-host.me-is-fullscreen .FIE_tools {
816
+ position: relative !important;
817
+ z-index: 80 !important;
818
+ overflow: visible !important;
819
+ }
820
+ .me-fullscreen-host:fullscreen .SfxPopper-root,
821
+ .me-fullscreen-host.me-is-fullscreen .SfxPopper-root,
822
+ .me-fullscreen-host:fullscreen [class*='SfxPopper'],
823
+ .me-fullscreen-host.me-is-fullscreen [class*='SfxPopper'],
824
+ .me-fullscreen-host:fullscreen .SfxPopper-wrapper,
825
+ .me-fullscreen-host.me-is-fullscreen .SfxPopper-wrapper,
826
+ .me-fullscreen-host:fullscreen .SfxMenu-root,
827
+ .me-fullscreen-host.me-is-fullscreen .SfxMenu-root {
828
+ z-index: 2147483000 !important;
829
+ overflow: visible !important;
830
+ }
831
+ .me-fullscreen-host:fullscreen .FIE_canvas-container,
832
+ .me-fullscreen-host.me-is-fullscreen .FIE_canvas-container {
833
+ box-sizing: border-box !important;
834
+ width: 100% !important;
835
+ max-width: 100% !important;
836
+ max-height: 100% !important;
837
+ height: 100% !important;
838
+ min-height: 0 !important;
839
+ padding: 0 !important;
840
+ background: #030303 !important;
841
+ overflow: hidden !important;
842
+ }
843
+ .me-fullscreen-host:fullscreen .FIE_canvas-node,
844
+ .me-fullscreen-host.me-is-fullscreen .FIE_canvas-node {
845
+ border-radius: 0 !important;
846
+ }
847
+ .me-fullscreen-host:fullscreen .FIE_canvas-node::after,
848
+ .me-fullscreen-host.me-is-fullscreen .FIE_canvas-node::after {
849
+ border-radius: 0 !important;
850
+ box-shadow: none !important;
851
+ }
852
+
853
+ /* 颜色选择器(@scaleflex ColorPicker)hex/rgb 输入框可读性。
854
+ 通用暗色输入覆盖把这些输入弄成浅底浅字(白底白字)看不清(见反馈图3)。
855
+ 这里显式锁成「半透明前景色底 + 前景色字」,明暗两档都对比清晰;放文件末尾 + !important 压过通用规则。 */
856
+ .SfxColorPicker-root .SfxColorPicker-hex-input,
857
+ .SfxColorPicker-root .SfxColorPicker-rgb-input,
858
+ .SfxColorPicker-root .SfxColorPicker-hex-input input,
859
+ .SfxColorPicker-root .SfxColorPicker-rgb-input input,
860
+ .SfxColorPicker-root .SfxColorPicker-hex-input .SfxInput-root,
861
+ .SfxColorPicker-root .SfxColorPicker-rgb-input .SfxInput-root,
862
+ .SfxColorPicker-root .SfxColorPicker-hex-input .SfxInput-Base,
863
+ .SfxColorPicker-root .SfxColorPicker-rgb-input .SfxInput-Base {
864
+ background: color-mix(in srgb, var(--me-fg, #ededf0) 16%, transparent) !important;
865
+ color: var(--me-fg, #ededf0) !important;
866
+ -webkit-text-fill-color: var(--me-fg, #ededf0) !important;
867
+ caret-color: var(--me-fg, #ededf0) !important;
868
+ border-color: color-mix(in srgb, var(--me-fg, #ededf0) 24%, transparent) !important;
869
+ }
870
+ .SfxColorPicker-root .SfxColorPicker-hex-input input::placeholder,
871
+ .SfxColorPicker-root .SfxColorPicker-rgb-input input::placeholder {
872
+ color: var(--me-fg-muted, #9a9aa3) !important;
873
+ -webkit-text-fill-color: var(--me-fg-muted, #9a9aa3) !important;
874
+ opacity: 1 !important;
875
+ }
876
+ /* hex/rgb 切换下拉(SfxSelect)同样需可读 */
877
+ .SfxColorPicker-root .SfxColorPicker-select,
878
+ .SfxColorPicker-root .SfxColorPicker-select * {
879
+ color: var(--me-fg, #ededf0) !important;
880
+ -webkit-text-fill-color: var(--me-fg, #ededf0) !important;
881
+ }
882
+
883
+ /* Mobile image editor: Filerobot's desktop left rail is too wide for phone
884
+ viewports. Move it to a bottom icon dock and let the canvas take the full
885
+ vertical workspace, matching the mobile video editor and Pintura reference. */
886
+ @media (max-width: 760px) {
887
+ .me-image-editor-host,
888
+ [data-media-editor-image-host='true'],
889
+ .me-image-editor-mount,
890
+ [data-media-editor-image='true'],
891
+ .me-image-editor-mount > *,
892
+ [data-media-editor-image='true'] > * {
893
+ width: 100% !important;
894
+ height: 100% !important;
895
+ min-height: 0 !important;
896
+ max-height: 100% !important;
897
+ overflow: hidden !important;
898
+ box-sizing: border-box !important;
899
+ }
900
+
901
+ .FIE_root,
902
+ [data-testid='FIE-root'] {
903
+ position: relative !important;
904
+ height: 100% !important;
905
+ min-height: 0 !important;
906
+ border: 0 !important;
907
+ border-radius: 0 !important;
908
+ background: #030303 !important;
909
+ overflow: hidden !important;
910
+ }
911
+
912
+ .FIE_topbar {
913
+ position: relative !important;
914
+ height: 48px !important;
915
+ min-height: 48px !important;
916
+ padding: max(4px, env(safe-area-inset-top)) 8px 6px !important;
917
+ border: 0 !important;
918
+ background: #030303 !important;
919
+ display: grid !important;
920
+ grid-template-columns: 96px 86px 74px !important;
921
+ grid-template-rows: 34px !important;
922
+ align-items: center !important;
923
+ align-content: center !important;
924
+ justify-content: center !important;
925
+ justify-items: center !important;
926
+ column-gap: 8px !important;
927
+ row-gap: 0 !important;
928
+ overflow: visible !important;
929
+ box-sizing: border-box !important;
930
+ z-index: 120 !important;
931
+ }
932
+
933
+ .FIE_topbar-control-buttons,
934
+ .FIE_topbar [data-testid='FIE-topbar-control-buttons'] {
935
+ grid-column: 1 !important;
936
+ grid-row: 1 !important;
937
+ width: 96px !important;
938
+ min-width: 96px !important;
939
+ max-width: 96px !important;
940
+ height: 34px !important;
941
+ display: flex !important;
942
+ align-items: center !important;
943
+ justify-content: center !important;
944
+ align-self: center !important;
945
+ overflow: visible !important;
946
+ margin: 0 !important;
947
+ position: static !important;
948
+ transform: none !important;
949
+ z-index: 121 !important;
950
+ pointer-events: auto !important;
951
+ }
952
+
953
+ .FIE_topbar-control-buttons .FIE_buttons-history-btns,
954
+ .FIE_topbar-control-buttons [data-testid='FIE-history-buttons'],
955
+ .FIE_topbar [data-testid='FIE-topbar-control-buttons'] .FIE_buttons-history-btns,
956
+ .FIE_topbar [data-testid='FIE-topbar-control-buttons'] [data-testid='FIE-history-buttons'] {
957
+ grid-column: 1 !important;
958
+ grid-row: 1 !important;
959
+ display: flex !important;
960
+ align-items: center !important;
961
+ justify-content: center !important;
962
+ gap: 4px !important;
963
+ width: 96px !important;
964
+ max-width: 96px !important;
965
+ height: 34px !important;
966
+ overflow: hidden !important;
967
+ pointer-events: auto !important;
968
+ margin: 0 !important;
969
+ position: static !important;
970
+ transform: none !important;
971
+ }
972
+
973
+ .FIE_topbar-control-buttons .FIE_buttons-history-btns button,
974
+ .FIE_topbar-control-buttons [data-testid='FIE-history-buttons'] button,
975
+ .FIE_topbar [data-testid='FIE-topbar-control-buttons'] .FIE_buttons-history-btns button,
976
+ .FIE_topbar [data-testid='FIE-topbar-control-buttons'] [data-testid='FIE-history-buttons'] button {
977
+ flex: 0 0 28px !important;
978
+ width: 28px !important;
979
+ min-width: 28px !important;
980
+ max-width: 28px !important;
981
+ height: 28px !important;
982
+ min-height: 28px !important;
983
+ max-height: 28px !important;
984
+ padding: 0 !important;
985
+ margin: 0 !important;
986
+ }
987
+
988
+ .FIE_topbar-control-buttons .FIE_buttons-save-btn,
989
+ .FIE_topbar-control-buttons .FIE_buttons-save-btn-wrapper,
990
+ .FIE_topbar-control-buttons [data-testid='FIE-save-button'],
991
+ .FIE_topbar-buttons-wrapper .FIE_buttons-save-btn,
992
+ .FIE_topbar-buttons-wrapper .FIE_buttons-save-btn-wrapper,
993
+ .FIE_topbar [data-testid='FIE-topbar-control-buttons'] .FIE_buttons-save-btn,
994
+ .FIE_topbar [data-testid='FIE-topbar-control-buttons'] .FIE_buttons-save-btn-wrapper,
995
+ .FIE_topbar [data-testid='FIE-topbar-control-buttons'] [data-testid='FIE-save-button'] {
996
+ grid-column: 3 !important;
997
+ grid-row: 1 !important;
998
+ display: inline-flex !important;
999
+ align-items: center !important;
1000
+ justify-content: center !important;
1001
+ width: 74px !important;
1002
+ min-width: 74px !important;
1003
+ max-width: 74px !important;
1004
+ height: 34px !important;
1005
+ min-height: 34px !important;
1006
+ max-height: 34px !important;
1007
+ padding: 0 12px !important;
1008
+ margin: 0 !important;
1009
+ white-space: nowrap !important;
1010
+ position: static !important;
1011
+ transform: none !important;
1012
+ pointer-events: auto !important;
1013
+ }
1014
+
1015
+ .FIE_topbar-control-buttons .FIE_buttons-save-btn-button,
1016
+ .FIE_topbar-buttons-wrapper .FIE_buttons-save-btn-button,
1017
+ .FIE_topbar [data-testid='FIE-topbar-control-buttons'] .FIE_buttons-save-btn-button {
1018
+ display: inline-flex !important;
1019
+ align-items: center !important;
1020
+ justify-content: center !important;
1021
+ width: 74px !important;
1022
+ min-width: 74px !important;
1023
+ max-width: 74px !important;
1024
+ height: 34px !important;
1025
+ min-height: 34px !important;
1026
+ max-height: 34px !important;
1027
+ padding: 0 12px !important;
1028
+ margin: 0 !important;
1029
+ white-space: nowrap !important;
1030
+ pointer-events: auto !important;
1031
+ }
1032
+
1033
+ .FIE_topbar-control-buttons .FIE_buttons-save-btn-button span,
1034
+ .FIE_topbar-buttons-wrapper .FIE_buttons-save-btn-button span,
1035
+ .FIE_topbar [data-testid='FIE-topbar-control-buttons'] .FIE_buttons-save-btn-button span {
1036
+ overflow: visible !important;
1037
+ text-overflow: clip !important;
1038
+ white-space: nowrap !important;
1039
+ }
1040
+
1041
+ .FIE_topbar-center-options {
1042
+ grid-column: 2 !important;
1043
+ grid-row: 1 !important;
1044
+ display: flex !important;
1045
+ align-items: center !important;
1046
+ justify-content: center !important;
1047
+ align-self: center !important;
1048
+ min-width: 0 !important;
1049
+ width: 86px !important;
1050
+ max-width: 86px !important;
1051
+ height: 34px !important;
1052
+ margin: 0 !important;
1053
+ justify-self: center !important;
1054
+ overflow: visible !important;
1055
+ position: relative !important;
1056
+ z-index: 123 !important;
1057
+ pointer-events: auto !important;
1058
+ }
1059
+
1060
+ .FIE_topbar-buttons-wrapper {
1061
+ grid-column: 3 !important;
1062
+ grid-row: 1 !important;
1063
+ display: flex !important;
1064
+ align-items: center !important;
1065
+ justify-content: flex-end !important;
1066
+ width: 74px !important;
1067
+ min-width: 74px !important;
1068
+ max-width: 74px !important;
1069
+ height: 34px !important;
1070
+ min-height: 34px !important;
1071
+ max-height: 34px !important;
1072
+ margin: 0 !important;
1073
+ padding: 0 !important;
1074
+ overflow: visible !important;
1075
+ pointer-events: auto !important;
1076
+ position: static !important;
1077
+ transform: none !important;
1078
+ }
1079
+
1080
+ .FIE_topbar-control-buttons,
1081
+ .FIE_topbar [data-testid='FIE-topbar-control-buttons'],
1082
+ .FIE_topbar-center-options,
1083
+ .FIE_topbar-buttons-wrapper,
1084
+ .FIE_topbar-control-buttons > *,
1085
+ .FIE_topbar [data-testid='FIE-topbar-control-buttons'] > *,
1086
+ .FIE_topbar-center-options > *,
1087
+ .FIE_topbar-buttons-wrapper > * {
1088
+ position: static !important;
1089
+ inset: auto !important;
1090
+ top: auto !important;
1091
+ right: auto !important;
1092
+ bottom: auto !important;
1093
+ left: auto !important;
1094
+ transform: none !important;
1095
+ align-self: center !important;
1096
+ box-sizing: border-box !important;
1097
+ }
1098
+
1099
+ .FIE_topbar-control-buttons > *,
1100
+ .FIE_topbar [data-testid='FIE-topbar-control-buttons'] > *,
1101
+ .FIE_topbar-center-options > *,
1102
+ .FIE_topbar-buttons-wrapper > * {
1103
+ height: 34px !important;
1104
+ min-height: 34px !important;
1105
+ max-height: 34px !important;
1106
+ margin: 0 !important;
1107
+ }
1108
+
1109
+ .FIE_topbar-control-buttons > .FIE_buttons-close-btn,
1110
+ .FIE_topbar [data-testid='FIE-topbar-control-buttons'] > .FIE_buttons-close-btn,
1111
+ .FIE_topbar-buttons-wrapper > .FIE_topbar-tabs-navbar-toggle_btn,
1112
+ .FIE_topbar-buttons-wrapper > .FIE_buttons-back-btn {
1113
+ display: none !important;
1114
+ width: 0 !important;
1115
+ min-width: 0 !important;
1116
+ max-width: 0 !important;
1117
+ height: 0 !important;
1118
+ min-height: 0 !important;
1119
+ max-height: 0 !important;
1120
+ padding: 0 !important;
1121
+ margin: 0 !important;
1122
+ overflow: hidden !important;
1123
+ }
1124
+
1125
+ .FIE_topbar-tabs-navbar-toggle_btn,
1126
+ .FIE_topbar > div:not(.FIE_topbar-buttons-wrapper):not(.FIE_topbar-center-options):not(.FIE_topbar-control-buttons):not([data-testid='FIE-topbar-control-buttons']),
1127
+ .me-image-editor-mount [data-testid='FIE-topbar-menu-button'],
1128
+ [data-media-editor-image='true'] [data-testid='FIE-topbar-menu-button'],
1129
+ .FIE_topbar-center-options [role='separator'],
1130
+ .FIE_topbar-center-options [class*='separator'],
1131
+ .FIE_topbar-center-options [class*='Separator'],
1132
+ .FIE_topbar-center-options [data-testid='FIE-image-dimensions'],
1133
+ .FIE_topbar-center-options [data-testid='FIE-image-dimensions-label'],
1134
+ .FIE_topbar-center-options [data-testid='FIE-compare-button'] {
1135
+ display: none !important;
1136
+ }
1137
+
1138
+ .FIE_zoom-menu-controls {
1139
+ display: flex !important;
1140
+ align-items: center !important;
1141
+ justify-content: center !important;
1142
+ gap: 6px !important;
1143
+ max-width: 86px !important;
1144
+ visibility: visible !important;
1145
+ opacity: 1 !important;
1146
+ }
1147
+
1148
+ .FIE_topbar-center-options > *,
1149
+ .FIE_topbar-center-options [data-testid='FIE-image-info-wrapper'],
1150
+ .FIE_topbar-center-options [data-testid='FIE-image-dimensions-buttons'],
1151
+ .FIE_topbar-center-options .FIE_zoom-menu-controls {
1152
+ display: flex !important;
1153
+ align-items: center !important;
1154
+ justify-content: center !important;
1155
+ min-width: 0 !important;
1156
+ width: 86px !important;
1157
+ max-width: 86px !important;
1158
+ overflow: visible !important;
1159
+ }
1160
+
1161
+ .FIE_topbar-center-options [role='separator'],
1162
+ .FIE_topbar-center-options [class*='separator'],
1163
+ .FIE_topbar-center-options [class*='Separator'],
1164
+ .FIE_topbar-center-options [data-testid='FIE-image-dimensions'],
1165
+ .FIE_topbar-center-options [data-testid='FIE-image-dimensions-label'],
1166
+ .FIE_topbar-center-options [data-testid='FIE-compare-button'],
1167
+ .FIE_topbar-center-options [data-testid='FIE-image-dimensions-buttons'] > div:not(.FIE_zoom-menu-controls) {
1168
+ display: none !important;
1169
+ }
1170
+
1171
+ .FIE_topbar .FIE_zoom-pointer-btn,
1172
+ .FIE_zoom-menu-controls .FIE_zoom-pointer-btn {
1173
+ display: none !important;
1174
+ }
1175
+
1176
+ .FIE_zoom-menu-controls .FIE_zoom-menu-trigger {
1177
+ width: 86px !important;
1178
+ min-width: 86px !important;
1179
+ max-width: 86px !important;
1180
+ height: 34px !important;
1181
+ padding: 0 8px 0 10px !important;
1182
+ white-space: nowrap !important;
1183
+ }
1184
+
1185
+ .FIE_zoom-menu-controls .FIE_zoom-menu-trigger > span {
1186
+ overflow: hidden !important;
1187
+ text-overflow: clip !important;
1188
+ white-space: nowrap !important;
1189
+ }
1190
+
1191
+ .FIE_zoom-dropdown-menu,
1192
+ .FIE_zoom-dropdown-menu .FIE_zoom-menu-panel {
1193
+ width: min(292px, calc(100vw - 20px)) !important;
1194
+ min-width: min(292px, calc(100vw - 20px)) !important;
1195
+ max-width: calc(100vw - 20px) !important;
1196
+ }
1197
+
1198
+ .FIE_zoom-menu-slider-row {
1199
+ grid-template-columns: minmax(128px, 1fr) 90px !important;
1200
+ gap: 8px !important;
1201
+ }
1202
+
1203
+ .FIE_zoom-menu-number {
1204
+ width: 90px !important;
1205
+ min-width: 90px !important;
1206
+ max-width: 90px !important;
1207
+ grid-template-columns: minmax(32px, 1fr) 16px 22px !important;
1208
+ }
1209
+
1210
+ .FIE_main-container {
1211
+ position: relative !important;
1212
+ height: calc(100% - 48px) !important;
1213
+ min-height: 0 !important;
1214
+ display: flex !important;
1215
+ flex-direction: column !important;
1216
+ align-items: stretch !important;
1217
+ overflow: hidden !important;
1218
+ padding-bottom: 58px !important;
1219
+ background: #030303 !important;
1220
+ box-sizing: border-box !important;
1221
+ z-index: 1 !important;
1222
+ --me-image-toolrail-width: 100%;
1223
+ }
1224
+
1225
+ .FIE_editor-content,
1226
+ .FIE_main-container > .FIE_editor-content {
1227
+ order: 1 !important;
1228
+ flex: 1 1 0 !important;
1229
+ width: 100% !important;
1230
+ max-width: 100% !important;
1231
+ min-width: 0 !important;
1232
+ min-height: 0 !important;
1233
+ height: 100% !important;
1234
+ max-height: 100% !important;
1235
+ padding: 0 8px !important;
1236
+ overflow: hidden !important;
1237
+ background: #030303 !important;
1238
+ box-sizing: border-box !important;
1239
+ }
1240
+
1241
+ .FIE_tabs,
1242
+ .FIE_tabs_navbar,
1243
+ .FIE_tabs-navbar,
1244
+ .FIE_root .FIE_tabs,
1245
+ .FIE_root .FIE_tabs_navbar,
1246
+ .FIE_root .FIE_tabs-navbar,
1247
+ .FIE_main-container > .FIE_tabs_navbar,
1248
+ .FIE_main-container > .FIE_tabs-navbar,
1249
+ .FIE_root [class*='FIE_tabs'][class*='navbar'],
1250
+ .FIE_main-container > [data-testid='FIE-tabs-navbar'],
1251
+ .FIE_root [data-testid='FIE-tabs-navbar'] {
1252
+ order: 2 !important;
1253
+ position: absolute !important;
1254
+ left: 0 !important;
1255
+ right: 0 !important;
1256
+ bottom: 0 !important;
1257
+ top: auto !important;
1258
+ transform: none !important;
1259
+ flex: 0 0 58px !important;
1260
+ width: 100% !important;
1261
+ min-width: 0 !important;
1262
+ max-width: 100% !important;
1263
+ height: 58px !important;
1264
+ min-height: 58px !important;
1265
+ max-height: 58px !important;
1266
+ margin: 0 !important;
1267
+ padding: 4px 8px max(4px, env(safe-area-inset-bottom)) !important;
1268
+ display: flex !important;
1269
+ visibility: visible !important;
1270
+ opacity: 1 !important;
1271
+ flex-direction: row !important;
1272
+ align-items: center !important;
1273
+ justify-content: center !important;
1274
+ gap: 8px !important;
1275
+ overflow-x: auto !important;
1276
+ overflow-y: hidden !important;
1277
+ scrollbar-width: none !important;
1278
+ box-sizing: border-box !important;
1279
+ background: #030303 !important;
1280
+ z-index: 70 !important;
1281
+ }
1282
+
1283
+ .FIE_root .Drawer-temporary:has(.FIE_tabs-drawer),
1284
+ [data-testid='FIE-root'] .Drawer-temporary:has(.FIE_tabs-drawer) {
1285
+ position: absolute !important;
1286
+ inset: auto 0 0 0 !important;
1287
+ z-index: 75 !important;
1288
+ visibility: visible !important;
1289
+ width: 100% !important;
1290
+ height: 58px !important;
1291
+ min-height: 58px !important;
1292
+ max-height: 58px !important;
1293
+ pointer-events: auto !important;
1294
+ overflow: hidden !important;
1295
+ background: #030303 !important;
1296
+ }
1297
+
1298
+ .FIE_tabs-drawer,
1299
+ .FIE_root .FIE_tabs-drawer,
1300
+ [data-testid='FIE-tabs-drawer'],
1301
+ [data-testid='FIE-root'] [data-testid='FIE-tabs-drawer'] {
1302
+ position: absolute !important;
1303
+ inset: 0 !important;
1304
+ transform: none !important;
1305
+ visibility: visible !important;
1306
+ width: 100% !important;
1307
+ min-width: 0 !important;
1308
+ max-width: 100% !important;
1309
+ height: 58px !important;
1310
+ min-height: 58px !important;
1311
+ max-height: 58px !important;
1312
+ margin: 0 !important;
1313
+ padding: 4px 8px max(4px, env(safe-area-inset-bottom)) !important;
1314
+ display: flex !important;
1315
+ flex-direction: row !important;
1316
+ align-items: center !important;
1317
+ justify-content: center !important;
1318
+ overflow-x: auto !important;
1319
+ overflow-y: hidden !important;
1320
+ scrollbar-width: none !important;
1321
+ box-sizing: border-box !important;
1322
+ box-shadow: none !important;
1323
+ background: #030303 !important;
1324
+ }
1325
+
1326
+ .FIE_tabs-drawer::-webkit-scrollbar,
1327
+ [data-testid='FIE-tabs-drawer']::-webkit-scrollbar {
1328
+ display: none;
1329
+ }
1330
+
1331
+ .FIE_tabs-drawer [data-testid='FIE-tabs-drawer-header'],
1332
+ .FIE_tabs-drawer .Drawer-header {
1333
+ display: none !important;
1334
+ }
1335
+
1336
+ .FIE_tabs-drawer [data-testid='FIE-tabs-drawer-body'],
1337
+ .FIE_tabs-drawer .Drawer-body {
1338
+ flex: 0 0 auto !important;
1339
+ width: auto !important;
1340
+ height: 100% !important;
1341
+ min-height: 0 !important;
1342
+ display: flex !important;
1343
+ align-items: center !important;
1344
+ overflow: visible !important;
1345
+ }
1346
+
1347
+ .FIE_tabs-drawer [data-testid='FIE-tabs-drawer-list'],
1348
+ .FIE_tabs-drawer .Drawer-list,
1349
+ .FIE_tabs-drawer .SfxDrawer-list {
1350
+ margin: 0 !important;
1351
+ padding: 0 !important;
1352
+ width: auto !important;
1353
+ height: 100% !important;
1354
+ display: flex !important;
1355
+ flex-direction: row !important;
1356
+ align-items: center !important;
1357
+ justify-content: center !important;
1358
+ gap: 8px !important;
1359
+ overflow: visible !important;
1360
+ }
1361
+
1362
+ .FIE_tabs-drawer .Drawer-item,
1363
+ .FIE_tabs-drawer .SfxDrawer-item {
1364
+ flex: 0 0 48px !important;
1365
+ width: 48px !important;
1366
+ min-width: 48px !important;
1367
+ max-width: 48px !important;
1368
+ height: 48px !important;
1369
+ min-height: 48px !important;
1370
+ margin: 0 !important;
1371
+ padding: 0 !important;
1372
+ border-radius: 999px !important;
1373
+ display: flex !important;
1374
+ align-items: center !important;
1375
+ justify-content: center !important;
1376
+ text-align: center !important;
1377
+ box-sizing: border-box !important;
1378
+ }
1379
+
1380
+ .FIE_tabs::-webkit-scrollbar,
1381
+ .FIE_tabs_navbar::-webkit-scrollbar,
1382
+ .FIE_tabs-navbar::-webkit-scrollbar,
1383
+ .FIE_main-container > .FIE_tabs_navbar::-webkit-scrollbar,
1384
+ .FIE_main-container > .FIE_tabs-navbar::-webkit-scrollbar,
1385
+ .FIE_main-container > [data-testid='FIE-tabs-navbar']::-webkit-scrollbar,
1386
+ .FIE_root [data-testid='FIE-tabs-navbar']::-webkit-scrollbar {
1387
+ display: none;
1388
+ }
1389
+
1390
+ .FIE_tab,
1391
+ .FIE_tabs button,
1392
+ .FIE_tabs_navbar button,
1393
+ .FIE_tabs-navbar button,
1394
+ .FIE_root [data-testid='FIE-tabs-navbar'] button,
1395
+ .FIE_tabs-drawer button,
1396
+ .FIE_tabs-drawer .FIE_tab,
1397
+ .FIE_main-container > .FIE_tabs_navbar > .FIE_tab,
1398
+ .FIE_main-container > .FIE_tabs-navbar > .FIE_tab,
1399
+ .FIE_main-container > [data-testid='FIE-tabs-navbar'] > .FIE_tab {
1400
+ flex: 0 0 48px !important;
1401
+ width: 48px !important;
1402
+ min-width: 48px !important;
1403
+ max-width: 48px !important;
1404
+ height: 48px !important;
1405
+ min-height: 48px !important;
1406
+ padding: 0 !important;
1407
+ border-radius: 999px !important;
1408
+ gap: 0 !important;
1409
+ margin: 0 !important;
1410
+ }
1411
+
1412
+ .FIE_tab-label {
1413
+ display: none !important;
1414
+ }
1415
+
1416
+ .FIE_tabs button span:not(:first-child),
1417
+ .FIE_tabs_navbar button span:not(:first-child),
1418
+ .FIE_tabs-navbar button span:not(:first-child),
1419
+ .FIE_tabs-drawer button span:not(:first-child),
1420
+ .FIE_root [data-testid='FIE-tabs-navbar'] button span:not(:first-child) {
1421
+ display: none !important;
1422
+ }
1423
+
1424
+ .FIE_tab svg,
1425
+ .FIE_tabs svg,
1426
+ .FIE_tabs_navbar svg,
1427
+ .FIE_tabs-navbar svg,
1428
+ .FIE_tabs-drawer svg {
1429
+ width: 18px !important;
1430
+ height: 18px !important;
1431
+ }
1432
+
1433
+ .FIE_canvas-container {
1434
+ width: 100% !important;
1435
+ height: 100% !important;
1436
+ max-width: 100% !important;
1437
+ max-height: 100% !important;
1438
+ overflow: hidden !important;
1439
+ background: #030303 !important;
1440
+ }
1441
+
1442
+ .FIE_tools-bar-wrapper,
1443
+ .FIE_tool-options-wrapper,
1444
+ .FIE_tools-bar,
1445
+ .FIE_tools {
1446
+ max-width: calc(100vw - 16px) !important;
1447
+ overflow-x: auto !important;
1448
+ overflow-y: visible !important;
1449
+ scrollbar-width: none !important;
1450
+ }
1451
+
1452
+ .FIE_tools-bar-wrapper::-webkit-scrollbar,
1453
+ .FIE_tool-options-wrapper::-webkit-scrollbar,
1454
+ .FIE_tools-bar::-webkit-scrollbar,
1455
+ .FIE_tools::-webkit-scrollbar {
1456
+ display: none;
1457
+ }
1458
+
1459
+ .SfxSlider-root.FIE_rotate-slider {
1460
+ min-width: min(260px, calc(100vw - 48px)) !important;
1461
+ }
1462
+
1463
+ .me-fullscreen-host:fullscreen .FIE_topbar,
1464
+ .me-fullscreen-host.me-is-fullscreen .FIE_topbar {
1465
+ position: relative !important;
1466
+ inset: auto !important;
1467
+ height: 48px !important;
1468
+ min-height: 48px !important;
1469
+ pointer-events: auto !important;
1470
+ }
1471
+
1472
+ .me-fullscreen-host:fullscreen .FIE_topbar-center-options,
1473
+ .me-fullscreen-host.me-is-fullscreen .FIE_topbar-center-options,
1474
+ .me-fullscreen-host:fullscreen .FIE_topbar-control-buttons,
1475
+ .me-fullscreen-host.me-is-fullscreen .FIE_topbar-control-buttons,
1476
+ .me-fullscreen-host:fullscreen [data-testid='FIE-topbar-control-buttons'],
1477
+ .me-fullscreen-host.me-is-fullscreen [data-testid='FIE-topbar-control-buttons'],
1478
+ .me-fullscreen-host:fullscreen .FIE_topbar-buttons-wrapper,
1479
+ .me-fullscreen-host.me-is-fullscreen .FIE_topbar-buttons-wrapper {
1480
+ position: static !important;
1481
+ transform: none !important;
1482
+ inset: auto !important;
1483
+ top: auto !important;
1484
+ left: auto !important;
1485
+ right: auto !important;
1486
+ pointer-events: auto !important;
1487
+ }
1488
+
1489
+ .me-fullscreen-host:fullscreen .FIE_topbar-control-buttons,
1490
+ .me-fullscreen-host.me-is-fullscreen .FIE_topbar-control-buttons,
1491
+ .me-fullscreen-host:fullscreen [data-testid='FIE-topbar-control-buttons'],
1492
+ .me-fullscreen-host.me-is-fullscreen [data-testid='FIE-topbar-control-buttons'] {
1493
+ position: absolute !important;
1494
+ top: 50% !important;
1495
+ left: 50% !important;
1496
+ transform: translate(-50%, -50%) !important;
1497
+ pointer-events: none !important;
1498
+ }
1499
+
1500
+ .me-fullscreen-host:fullscreen .FIE_topbar-center-options,
1501
+ .me-fullscreen-host.me-is-fullscreen .FIE_topbar-center-options {
1502
+ position: absolute !important;
1503
+ top: 50% !important;
1504
+ left: 50% !important;
1505
+ transform: translate(-50%, -50%) !important;
1506
+ pointer-events: auto !important;
1507
+ }
1508
+
1509
+ .me-fullscreen-host:fullscreen .FIE_tabs,
1510
+ .me-fullscreen-host.me-is-fullscreen .FIE_tabs,
1511
+ .me-fullscreen-host:fullscreen .FIE_tabs_navbar,
1512
+ .me-fullscreen-host.me-is-fullscreen .FIE_tabs_navbar,
1513
+ .me-fullscreen-host:fullscreen .FIE_tabs-navbar,
1514
+ .me-fullscreen-host.me-is-fullscreen .FIE_tabs-navbar,
1515
+ .me-fullscreen-host:fullscreen [class*='FIE_tabs'][class*='navbar'],
1516
+ .me-fullscreen-host.me-is-fullscreen [class*='FIE_tabs'][class*='navbar'] {
1517
+ position: absolute !important;
1518
+ left: 0 !important;
1519
+ right: 0 !important;
1520
+ bottom: 0 !important;
1521
+ top: auto !important;
1522
+ transform: none !important;
1523
+ flex-direction: row !important;
1524
+ width: 100% !important;
1525
+ min-width: 0 !important;
1526
+ max-width: 100% !important;
1527
+ height: 58px !important;
1528
+ max-height: 58px !important;
1529
+ }
1530
+
1531
+ .me-fullscreen-host:fullscreen .FIE_editor-content,
1532
+ .me-fullscreen-host.me-is-fullscreen .FIE_editor-content {
1533
+ padding: 0 8px !important;
1534
+ max-height: none !important;
1535
+ }
1536
+
1537
+ .me-image-editor-mount .FIE_root,
1538
+ [data-media-editor-image='true'] .FIE_root,
1539
+ .me-image-editor-mount [data-testid='FIE-root'],
1540
+ [data-media-editor-image='true'] [data-testid='FIE-root'] {
1541
+ display: flex !important;
1542
+ flex-direction: column !important;
1543
+ height: 100% !important;
1544
+ min-height: 0 !important;
1545
+ max-height: 100% !important;
1546
+ overflow: hidden !important;
1547
+ }
1548
+
1549
+ .me-image-editor-mount .FIE_main-container,
1550
+ [data-media-editor-image='true'] .FIE_main-container {
1551
+ position: relative !important;
1552
+ display: flex !important;
1553
+ flex-direction: column !important;
1554
+ flex: 1 1 0 !important;
1555
+ height: auto !important;
1556
+ min-height: 0 !important;
1557
+ max-height: none !important;
1558
+ padding-bottom: calc(58px + env(safe-area-inset-bottom)) !important;
1559
+ overflow: hidden !important;
1560
+ }
1561
+
1562
+ .me-image-editor-mount .FIE_editor-content,
1563
+ [data-media-editor-image='true'] .FIE_editor-content,
1564
+ .me-image-editor-mount .FIE_main-container > .FIE_editor-content,
1565
+ [data-media-editor-image='true'] .FIE_main-container > .FIE_editor-content {
1566
+ flex: 1 1 0 !important;
1567
+ height: 100% !important;
1568
+ min-height: 0 !important;
1569
+ max-height: 100% !important;
1570
+ width: 100% !important;
1571
+ padding: 0 8px !important;
1572
+ overflow: hidden !important;
1573
+ }
1574
+
1575
+ .me-image-editor-mount .FIE_canvas-container,
1576
+ [data-media-editor-image='true'] .FIE_canvas-container {
1577
+ flex: 1 1 0 !important;
1578
+ min-height: 0 !important;
1579
+ width: 100% !important;
1580
+ height: 100% !important;
1581
+ max-height: 100% !important;
1582
+ overflow: hidden !important;
1583
+ }
1584
+
1585
+ .me-image-editor-mount .FIE_tabs,
1586
+ [data-media-editor-image='true'] .FIE_tabs,
1587
+ .me-image-editor-mount .FIE_tabs_navbar,
1588
+ [data-media-editor-image='true'] .FIE_tabs_navbar,
1589
+ .me-image-editor-mount .FIE_tabs-navbar,
1590
+ [data-media-editor-image='true'] .FIE_tabs-navbar,
1591
+ .me-image-editor-mount [class*='TabsNavbar'],
1592
+ [data-media-editor-image='true'] [class*='TabsNavbar'],
1593
+ .me-image-editor-mount [class*='tabs-navbar'],
1594
+ [data-media-editor-image='true'] [class*='tabs-navbar'],
1595
+ .me-image-editor-mount [class*='tabs_navbar'],
1596
+ [data-media-editor-image='true'] [class*='tabs_navbar'],
1597
+ .me-image-editor-mount [class*='FIE_tabs'][class*='navbar'],
1598
+ [data-media-editor-image='true'] [class*='FIE_tabs'][class*='navbar'],
1599
+ .me-image-editor-mount [data-testid='FIE-tabs-navbar'],
1600
+ [data-media-editor-image='true'] [data-testid='FIE-tabs-navbar'],
1601
+ .me-image-editor-mount [data-testid='FIE-tabs-drawer'],
1602
+ [data-media-editor-image='true'] [data-testid='FIE-tabs-drawer'],
1603
+ .me-image-editor-mount .FIE_tabs-drawer,
1604
+ [data-media-editor-image='true'] .FIE_tabs-drawer {
1605
+ position: absolute !important;
1606
+ left: 0 !important;
1607
+ right: 0 !important;
1608
+ bottom: 0 !important;
1609
+ top: auto !important;
1610
+ transform: none !important;
1611
+ width: 100% !important;
1612
+ min-width: 0 !important;
1613
+ max-width: 100% !important;
1614
+ height: calc(58px + env(safe-area-inset-bottom)) !important;
1615
+ min-height: calc(58px + env(safe-area-inset-bottom)) !important;
1616
+ max-height: calc(58px + env(safe-area-inset-bottom)) !important;
1617
+ margin: 0 !important;
1618
+ padding: 4px 8px max(4px, env(safe-area-inset-bottom)) !important;
1619
+ display: flex !important;
1620
+ flex-direction: row !important;
1621
+ align-items: center !important;
1622
+ justify-content: center !important;
1623
+ gap: 8px !important;
1624
+ overflow-x: auto !important;
1625
+ overflow-y: hidden !important;
1626
+ visibility: visible !important;
1627
+ opacity: 1 !important;
1628
+ pointer-events: auto !important;
1629
+ z-index: 90 !important;
1630
+ background: #030303 !important;
1631
+ }
1632
+
1633
+ .me-image-editor-mount .FIE_tabs button span:not(:first-child),
1634
+ [data-media-editor-image='true'] .FIE_tabs button span:not(:first-child),
1635
+ .me-image-editor-mount .FIE_tabs_navbar button span:not(:first-child),
1636
+ [data-media-editor-image='true'] .FIE_tabs_navbar button span:not(:first-child),
1637
+ .me-image-editor-mount .FIE_tabs-navbar button span:not(:first-child),
1638
+ [data-media-editor-image='true'] .FIE_tabs-navbar button span:not(:first-child),
1639
+ .me-image-editor-mount [class*='TabsNavbar'] button span:not(:first-child),
1640
+ [data-media-editor-image='true'] [class*='TabsNavbar'] button span:not(:first-child),
1641
+ .me-image-editor-mount [class*='tabs-navbar'] button span:not(:first-child),
1642
+ [data-media-editor-image='true'] [class*='tabs-navbar'] button span:not(:first-child),
1643
+ .me-image-editor-mount [class*='tabs_navbar'] button span:not(:first-child),
1644
+ [data-media-editor-image='true'] [class*='tabs_navbar'] button span:not(:first-child),
1645
+ .me-image-editor-mount .FIE_tabs-drawer button span:not(:first-child),
1646
+ [data-media-editor-image='true'] .FIE_tabs-drawer button span:not(:first-child),
1647
+ .me-image-editor-mount [data-testid='FIE-tabs-navbar'] button span:not(:first-child),
1648
+ [data-media-editor-image='true'] [data-testid='FIE-tabs-navbar'] button span:not(:first-child) {
1649
+ display: none !important;
1650
+ }
1651
+
1652
+ .me-image-editor-mount .FIE_topbar-tabs-navbar-toggle_btn,
1653
+ [data-media-editor-image='true'] .FIE_topbar-tabs-navbar-toggle_btn,
1654
+ .me-image-editor-mount [data-testid='FIE-topbar-menu-button'],
1655
+ [data-media-editor-image='true'] [data-testid='FIE-topbar-menu-button'] {
1656
+ display: none !important;
1657
+ visibility: hidden !important;
1658
+ pointer-events: none !important;
1659
+ width: 0 !important;
1660
+ min-width: 0 !important;
1661
+ max-width: 0 !important;
1662
+ height: 0 !important;
1663
+ min-height: 0 !important;
1664
+ max-height: 0 !important;
1665
+ padding: 0 !important;
1666
+ margin: 0 !important;
1667
+ overflow: hidden !important;
1668
+ }
1669
+ }