diff --git a/src/public/app/widgets/type_widgets/options/i18n/i18n.ts b/src/public/app/widgets/type_widgets/options/i18n/i18n.ts index 000517090..65186524d 100644 --- a/src/public/app/widgets/type_widgets/options/i18n/i18n.ts +++ b/src/public/app/widgets/type_widgets/options/i18n/i18n.ts @@ -15,7 +15,7 @@ const TPL = ` -
+
diff --git a/src/public/stylesheets/style.css b/src/public/stylesheets/style.css index 742757e59..1cfcd6c90 100644 --- a/src/public/stylesheets/style.css +++ b/src/public/stylesheets/style.css @@ -49,7 +49,8 @@ body { --tab-bar-height: 40px; } -body.mobile .desktop-only { +body.mobile .desktop-only, +body:not(.electron) .electron-only { display: none !important; }