diff --git a/packages/frontend/src/pages/settings/apps.vue b/packages/frontend/src/pages/settings/apps.vue index 05abadff2..0154c0c95 100644 --- a/packages/frontend/src/pages/settings/apps.vue +++ b/packages/frontend/src/pages/settings/apps.vue @@ -13,11 +13,11 @@
{{ token.name }}
{{ token.description }}
-
+
{{ i18n.ts.installedDate }}:
-
+
{{ i18n.ts.lastUsedDate }}:
diff --git a/packages/frontend/src/style.scss b/packages/frontend/src/style.scss index 51ea1bd34..f4369884f 100644 --- a/packages/frontend/src/style.scss +++ b/packages/frontend/src/style.scss @@ -246,32 +246,6 @@ hr { } } -._inputs { - display: flex; - margin: 32px 0; - - &:first-child { - margin-top: 8px; - } - - &:last-child { - margin-bottom: 8px; - } - - > * { - flex: 1; - margin: 0 !important; - - &:not(:first-child) { - margin-left: 8px !important; - } - - &:not(:last-child) { - margin-right: 8px !important; - } - } -} - ._panel { background: var(--panel); border-radius: var(--radius); @@ -472,14 +446,6 @@ hr { } } -._keyValue { - display: flex; - - > * { - flex: 1; - } -} - ._link { color: var(--link); }