diff --git a/CHANGELOG.md b/CHANGELOG.md index 158016307f..e3425bbcfc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ All notable changes to this project will be documented in this file. * Removed `Enable Title from Custom Variable` setting in parsers. Custom Variables are now enabled if and only if one or more groups are set. * New Bubble UI for user accounts UI in parsers, settings, and splash pages. No more janky brackets where they don't belong. * New Bubble UI for steam categories. +* Relocate import/export art to options panel in Add Games (as an added bonus one can now import/export art in the emudeck theme). ### Fixed * Don't show provider filters if section if there aren't any for that provider. diff --git a/src/renderer/styles/preview.component.scss b/src/renderer/styles/preview.component.scss index 27d00e9bb3..4c4af96126 100644 --- a/src/renderer/styles/preview.component.scss +++ b/src/renderer/styles/preview.component.scss @@ -7,7 +7,6 @@ overflow-y: auto; overflow: hidden; background-color: var(--color-preview-background); - --preview-image-size: 0.4; --image-width-max: 1196px; --image-height-max: 559px; @@ -506,6 +505,12 @@ font-size: 1em; color: var(--color-preview-text); } + .button { + @include button(); + @include clickButtonColor(click-button); + margin-bottom: 1em; + margin-right: 1em; + } } } diff --git a/src/renderer/templates/preview.component.html b/src/renderer/templates/preview.component.html index acfe051fca..ddbd7441eb 100644 --- a/src/renderer/templates/preview.component.html +++ b/src/renderer/templates/preview.component.html @@ -22,7 +22,7 @@

Add your games to Steam

Parse
-
View Options
+
Options
Fix Match
@@ -305,6 +305,11 @@

Add your games to Steam

>Has an exception
+
+
Export/Import
+
{{ lang.exportSelections }}
+
{{ lang.importSelections }}
+
Add your games to Steam
{{ lang.removeAppList }}
-
{{ lang.exportSelections }}
-
{{ lang.importSelections }}
{{ "Exclude Games" }}