fix(marketplace): Sideload UI, addon title, Turkish translation inconsitencies

Co-authored-by: David Ralph <me@davidcralph.co.uk>
This commit is contained in:
alexsparkes
2024-05-21 15:09:05 +01:00
parent 3b73155ec1
commit 2b948bc70d
28 changed files with 200 additions and 122 deletions

View File

@@ -97,6 +97,7 @@ $themes: (
box-shadow: t($boxShadow);
}
-webkit-backdrop-filter: blur(map.get($ui-elements, 'backgroundBlur'));
backdrop-filter: blur(map.get($ui-elements, 'backgroundBlur'));
.title {
@@ -131,6 +132,7 @@ $themes: (
.backTitle {
cursor: pointer;
transition: 0.5s;
@include themed {
color: t($subColor);