From 85424da98eed1a8c49d39e7d51d57583d607e40b Mon Sep 17 00:00:00 2001 From: Artem Chernyshev Date: Fri, 21 Jun 2024 14:36:33 +0300 Subject: [PATCH] fix: do better handling of small screens Fix the bug with the icons displayed smaller than their width and height values. Adjust style of the header a bit: colors, transitions and small screen display. Signed-off-by: Artem Chernyshev --- frontend/src/components/THeader/THeader.vue | 12 ++++++------ frontend/src/components/common/Button/TButton.vue | 2 +- frontend/src/components/common/Icon/TIcon.vue | 2 +- .../components/common/OngoingTasks/OngoingTasks.vue | 2 +- .../views/cluster/ClusterMachines/ClusterMachine.vue | 2 +- .../src/views/cluster/ClusterMachines/MachineSet.vue | 2 +- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/frontend/src/components/THeader/THeader.vue b/frontend/src/components/THeader/THeader.vue index a8f4128f..a6eab34e 100644 --- a/frontend/src/components/THeader/THeader.vue +++ b/frontend/src/components/THeader/THeader.vue @@ -9,19 +9,19 @@ included in the LICENSE file.
- + Sidero Omni
@@ -57,6 +57,6 @@ import OngoingTasks from "@/components/common/OngoingTasks/OngoingTasks.vue"; } .t-header-nav-name { - @apply text-xs; + @apply text-xs truncate; } diff --git a/frontend/src/components/common/Button/TButton.vue b/frontend/src/components/common/Button/TButton.vue index f6889335..300d2039 100644 --- a/frontend/src/components/common/Button/TButton.vue +++ b/frontend/src/components/common/Button/TButton.vue @@ -16,7 +16,7 @@ included in the LICENSE file. }" > - + diff --git a/frontend/src/components/common/Icon/TIcon.vue b/frontend/src/components/common/Icon/TIcon.vue index 5a1151f1..64731093 100644 --- a/frontend/src/components/common/Icon/TIcon.vue +++ b/frontend/src/components/common/Icon/TIcon.vue @@ -6,7 +6,7 @@ included in the LICENSE file. -->