From e037cfc467b24935f341fc461d6425ce5656f92d Mon Sep 17 00:00:00 2001 From: axolotle Date: Mon, 31 Oct 2022 13:30:05 +0100 Subject: [PATCH 1/2] [fix] ExplainWhat tooltip trigger method --- app/src/components/globals/ExplainWhat.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/components/globals/ExplainWhat.vue b/app/src/components/globals/ExplainWhat.vue index ad7f0b75..05151456 100644 --- a/app/src/components/globals/ExplainWhat.vue +++ b/app/src/components/globals/ExplainWhat.vue @@ -11,7 +11,7 @@ From f02948c3435142cbffb35d1b84407c674e4e3b11 Mon Sep 17 00:00:00 2001 From: axolotle Date: Mon, 31 Oct 2022 13:55:34 +0100 Subject: [PATCH 2/2] [fix] DomainInfo apps buttons style breaking with numerous items --- app/src/views/domain/DomainInfo.vue | 32 +++++++++++++++-------------- 1 file changed, 17 insertions(+), 15 deletions(-) diff --git a/app/src/views/domain/DomainInfo.vue b/app/src/views/domain/DomainInfo.vue index 99830480..05dd323e 100644 --- a/app/src/views/domain/DomainInfo.vue +++ b/app/src/views/domain/DomainInfo.vue @@ -57,23 +57,25 @@ - - - {{ app.name }} - - + - {{ $t('app.visit_app') }} - - - + + {{ app.name }} + + + {{ $t('app.visit_app') }} + + + - {{ domain.apps.length ? '' : $t('words.none') }} + {{ domain.apps.length ? '' : $t('words.none') }} +