@@ -9,12 +9,12 @@ defineProps({
9
9
10
10
<template >
11
11
<div class =" bg-base-200 border-neutral-content border-t flex gap-x-2 h-[1.6rem] items-center shrink-0" >
12
- <span class =" flex font-semibold h-full invisible items-center mr-32 px-6" >
12
+ <span class =" flex font-semibold h-full invisible items-center md: mr-32 mr-10 px-6" >
13
13
Kubernetes Explorer
14
14
</span >
15
15
16
16
<div
17
- class =" broder-box flex h-full hover:bg-base-300 hover:tooltip-open tooltip tooltip-top z-50"
17
+ class =" flex h-full hover:bg-base-300 hover:tooltip-open tooltip tooltip-top z-50"
18
18
data-tip =" Open web terminal"
19
19
>
20
20
<button
@@ -29,7 +29,7 @@ defineProps({
29
29
</div >
30
30
31
31
<div
32
- class =" broder-box flex h-full hover:bg-base-300 hover:tooltip-open tooltip tooltip-top z-50"
32
+ class =" flex h-full hover:bg-base-300 hover:tooltip-open tooltip tooltip-top z-50"
33
33
data-tip =" Watch cluster events - Coming soon!"
34
34
>
35
35
<button
@@ -43,21 +43,23 @@ defineProps({
43
43
</div >
44
44
45
45
<div
46
- class =" broder-box flex h-full hover:bg-base-300 z-50"
46
+ class =" flex h-full hover:bg-base-300 z-50"
47
47
>
48
48
<div class =" dropdown dropdown-hover dropdown-top" >
49
- <label
50
- tabindex =" 0"
51
- class =" btn btn-ghost btn-xs flex-nowrap gap-1 hover:opacity-100 hover:shadow-none normal-case opacity-70 rounded-none shrink-0"
52
- >
53
- <div class =" bg-[rgb(21,128,61)] border border-black h-4 rounded-sm w-4" />
54
- <div class =" bg-[rgb(36,158,235)] border border-black h-4 rounded-sm w-4" />
55
- <div class =" bg-[rgb(245,158,11)] border border-black h-4 rounded-sm w-4" />
56
- <div class =" bg-[rgb(239,68,68)] border border-black h-4 rounded-sm w-4" />
57
- </label >
49
+ <div class =" flex items-center max-h-[21px] overflow-hidden" >
50
+ <label
51
+ tabindex =" 0"
52
+ class =" btn btn-ghost btn-xs flex-nowrap gap-x-1 hover:opacity-100 hover:shadow-none min-h-0 normal-case opacity-70 rounded-none"
53
+ >
54
+ <div class =" bg-[rgb(21,128,61)] border border-black h-4 rounded-sm w-4" />
55
+ <div class =" bg-[rgb(36,158,235)] border border-black h-4 rounded-sm w-4" />
56
+ <div class =" bg-[rgb(245,158,11)] border border-black h-4 rounded-sm w-4" />
57
+ <div class =" bg-[rgb(239,68,68)] border border-black h-4 rounded-sm w-4" />
58
+ </label >
59
+ </div >
58
60
<ul
59
61
tabindex =" 0"
60
- class =" -left-[18rem ] bg-base-200 border border-neutral-content dropdown-content flex flex-col gap-y-1 md:-left-[15rem] px-4 py-3 rounded-md shadow-lg w-[25rem] z-[50]"
62
+ class =" -left-[15rem ] bg-base-200 border border-neutral-content dropdown-content flex flex-col gap-y-1 px-4 py-3 rounded-md shadow-lg w-[25rem] z-[50]"
61
63
>
62
64
<h2 class =" font-semibold mb-3 text-base" >
63
65
Color coding of graph objects
0 commit comments