diff --git a/src/components/modals/main/marketplace/Item.jsx b/src/components/modals/main/marketplace/Item.jsx
index af5d7507..52a853ee 100644
--- a/src/components/modals/main/marketplace/Item.jsx
+++ b/src/components/modals/main/marketplace/Item.jsx
@@ -50,7 +50,7 @@ export default class Item extends React.PureComponent {
{iconsrc ?
this.setState({ showLightbox: true })}/> : null}
-
{language.overview}
+
{language.overview}
diff --git a/src/components/modals/main/scss/index.scss b/src/components/modals/main/scss/index.scss
index d04f0a6b..7d85aee9 100644
--- a/src/components/modals/main/scss/index.scss
+++ b/src/components/modals/main/scss/index.scss
@@ -326,6 +326,7 @@ li {
::-webkit-scrollbar {
width: 6px;
+ height: 6px;
border-top-right-radius: map-get($modal, 'border-radius');
border-bottom-right-radius: map-get($modal, 'border-radius');
}
diff --git a/src/components/modals/main/scss/marketplace/_main.scss b/src/components/modals/main/scss/marketplace/_main.scss
index 74b9824c..07843b48 100644
--- a/src/components/modals/main/scss/marketplace/_main.scss
+++ b/src/components/modals/main/scss/marketplace/_main.scss
@@ -211,3 +211,7 @@ p.description {
text-shadow: 0 0 20px rgb(0 0 0 / 30%);
}
}
+
+.overview {
+ font-size: 30px !important;
+}
diff --git a/src/components/modals/main/settings/sections/Time.jsx b/src/components/modals/main/settings/sections/Time.jsx
index e0f6bf82..ae6ca8a3 100644
--- a/src/components/modals/main/settings/sections/Time.jsx
+++ b/src/components/modals/main/settings/sections/Time.jsx
@@ -104,7 +104,7 @@ export default class TimeSettings extends React.PureComponent {
{timeSettings}
{this.state.timeType !== 'analogue' ?
- : null }
+ : null}
{time.date.title}