From d84122ac2e4cea8698715ddf16e60aa7f68feb8f Mon Sep 17 00:00:00 2001 From: Klaus Quibeldey-Cirkel <klaus-dieter.quibeldey-cirkel@mni.thm.de> Date: Sat, 14 Aug 2021 09:40:28 +0200 Subject: [PATCH] Reset the scaling of the styles, otherwise the tooltips are displaced --- src/theme/dark-theme/darkTheme.const.ts | 2 +- src/theme/high-contrast-theme/highContrastTheme.const.ts | 2 +- src/theme/light-theme/light-theme.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/theme/dark-theme/darkTheme.const.ts b/src/theme/dark-theme/darkTheme.const.ts index 27b5bc5a7..6b66f4041 100644 --- a/src/theme/dark-theme/darkTheme.const.ts +++ b/src/theme/dark-theme/darkTheme.const.ts @@ -46,7 +46,7 @@ export const dark_meta = { isDark: true, availableOnMobile: true, order: 2, - scale_desktop: 1.2, + scale_desktop: 1, scale_mobile: 1, previewColor: 'background' diff --git a/src/theme/high-contrast-theme/highContrastTheme.const.ts b/src/theme/high-contrast-theme/highContrastTheme.const.ts index 8ff2bcbda..f5f64d878 100644 --- a/src/theme/high-contrast-theme/highContrastTheme.const.ts +++ b/src/theme/high-contrast-theme/highContrastTheme.const.ts @@ -46,7 +46,7 @@ export const highcontrast_meta = { isDark: true, availableOnMobile: true, order: 0, - scale_desktop: 1.2, + scale_desktop: 1, scale_mobile: 1, previewColor: 'secondary', diff --git a/src/theme/light-theme/light-theme.ts b/src/theme/light-theme/light-theme.ts index 5eb62956c..f2b14a77d 100644 --- a/src/theme/light-theme/light-theme.ts +++ b/src/theme/light-theme/light-theme.ts @@ -46,7 +46,7 @@ export const arsnova_meta = { isDark: false, availableOnMobile: true, order: 3, - scale_desktop: 1.2, + scale_desktop: 1, scale_mobile: 1, previewColor: 'background' -- GitLab