diff --git a/src/components/Elements/MainModal/scss/marketplace/_main.scss b/src/components/Elements/MainModal/scss/marketplace/_main.scss index 450cfae7..a16d7fc6 100644 --- a/src/components/Elements/MainModal/scss/marketplace/_main.scss +++ b/src/components/Elements/MainModal/scss/marketplace/_main.scss @@ -151,6 +151,7 @@ width: 100%; max-width: 650px !important; word-wrap: break-word !important; + font-size: 16px; } } diff --git a/src/components/Elements/MainModal/scss/marketplace/modules/_item.scss b/src/components/Elements/MainModal/scss/marketplace/modules/_item.scss index d8113c4f..fb890146 100644 --- a/src/components/Elements/MainModal/scss/marketplace/modules/_item.scss +++ b/src/components/Elements/MainModal/scss/marketplace/modules/_item.scss @@ -33,6 +33,7 @@ p.description { box-shadow: t($boxShadow); } + font-size: 18px; padding: 7px; border-radius: 100%; } @@ -40,6 +41,7 @@ p.description { .text { display: flex; flex-flow: column; + font-size: medium; } } @@ -122,11 +124,13 @@ p.description { box-shadow: t($boxShadow); } + font-size: 18px; padding: 7px; border-radius: 100%; } .text { + font-size: medium; display: flex; flex-flow: column; } diff --git a/src/components/Elements/MainModal/scss/settings/modules/tabs/_changelog.scss b/src/components/Elements/MainModal/scss/settings/modules/tabs/_changelog.scss index 6891a0d0..84ad67fa 100644 --- a/src/components/Elements/MainModal/scss/settings/modules/tabs/_changelog.scss +++ b/src/components/Elements/MainModal/scss/settings/modules/tabs/_changelog.scss @@ -2,6 +2,7 @@ max-width: 75%; margin-top: 15px; white-space: pre-wrap; + font-size: 18px; a { color: var(--modal-link); diff --git a/src/features/background/scss/_photoinformation.scss b/src/features/background/scss/_photoinformation.scss index 857b50d7..c5993471 100644 --- a/src/features/background/scss/_photoinformation.scss +++ b/src/features/background/scss/_photoinformation.scss @@ -390,6 +390,7 @@ display: flex; align-items: center; gap: 20px; + font-size: 13px; svg { @include themed { diff --git a/src/features/misc/sections/About.jsx b/src/features/misc/sections/About.jsx index 246064b0..d5d093e5 100644 --- a/src/features/misc/sections/About.jsx +++ b/src/features/misc/sections/About.jsx @@ -377,7 +377,9 @@ class About extends PureComponent { {!!this.state.loading ?

{this.state.loading}

: <>} diff --git a/src/features/welcome/welcome.scss b/src/features/welcome/welcome.scss index c7bd5a0a..93db83f2 100644 --- a/src/features/welcome/welcome.scss +++ b/src/features/welcome/welcome.scss @@ -64,6 +64,7 @@ display: inline; overflow: hidden; white-space: nowrap; + font-size: 18px; .step { display: inline-block;