diff --git a/ui/v2.5/.stylelintrc b/ui/v2.5/.stylelintrc index ee81606c1..0cd6917bb 100644 --- a/ui/v2.5/.stylelintrc +++ b/ui/v2.5/.stylelintrc @@ -3,6 +3,7 @@ "stylelint-order" ], "rules": { + "indentation": 2, "at-rule-empty-line-before": [ "always", { except: ["after-same-name", "first-nested" ], ignore: ["after-comment"], @@ -46,7 +47,6 @@ "function-parentheses-space-inside": "never-single-line", "function-url-quotes": "always", "function-whitespace-after": "always", - "indentation": 4, "length-zero-no-unit": true, "max-empty-lines": 1, "max-nesting-depth": 3, diff --git a/ui/v2.5/src/App.tsx b/ui/v2.5/src/App.tsx index 4331adcb4..f10df123b 100755 --- a/ui/v2.5/src/App.tsx +++ b/ui/v2.5/src/App.tsx @@ -12,7 +12,7 @@ import Scenes from "./components/scenes/scenes"; import { Settings } from "./components/Settings/Settings"; import { Stats } from "./components/Stats"; import Studios from "./components/Studios/Studios"; -import Tags from "./components/Tags/Tags"; +import { TagList } from "./components/Tags/TagList"; import { SceneFilenameParser } from "./components/scenes/SceneFilenameParser"; library.add(fas); @@ -20,8 +20,8 @@ library.add(fas); export const App: React.FC = () => (