File tree 7 files changed +10
-10
lines changed
packages/app-frontend/src/features
7 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ export default defineComponent({
79
79
80
80
<template >
81
81
<div class =" flex flex-col" >
82
- <div class =" flex-none border-b border-gray-200 dark:border-gray-800 flex items-center space-x-1 h-[40px] pr-1" >
82
+ <div class =" flex-none border-b border-gray-200 dark:border-gray-800 flex items-center space-x-1 h-8 pr-1 box-content " >
83
83
<VueInput
84
84
v-model =" search"
85
85
icon-left =" search"
Original file line number Diff line number Diff line change @@ -241,7 +241,7 @@ export default defineComponent({
241
241
.search {
242
242
>>> {
243
243
.input {
244
- height : 39 px !important ;
244
+ height : 32 px !important ;
245
245
}
246
246
247
247
.content {
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ export default defineComponent({
72
72
v-if =" data && sameApp"
73
73
class =" h-full flex flex-col relative"
74
74
>
75
- <div class =" px-2 h-10 border-b border-gray-200 dark:border-gray-800 flex items-center flex-none" >
75
+ <div class =" px-2 h-8 box-content border-b border-gray-200 dark:border-gray-800 flex items-center flex-none" >
76
76
<VTooltip
77
77
:shown =" showCopiedName"
78
78
:triggers =" []"
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ export default defineComponent({
95
95
</script >
96
96
97
97
<template >
98
- <div class =" flex items-center space-x-2 px-2 h-8" >
98
+ <div class =" flex items-center space-x-2 px-2 h-8 box-content " >
99
99
<AppHistoryNav />
100
100
101
101
<template v-if =" showAppsSelector " >
Original file line number Diff line number Diff line change @@ -88,12 +88,12 @@ export default defineComponent({
88
88
>
89
89
<template #left >
90
90
<div class =" flex flex-col h-full" >
91
- <div class =" border-b border-gray-200 dark:border-gray-800 flex items-center pr-2" >
91
+ <div class =" border-b border-gray-200 dark:border-gray-800 flex items-center pr-2 h-8 box-content " >
92
92
<VueInput
93
93
v-model =" inspector.treeFilter"
94
94
icon-left =" search"
95
95
:placeholder =" inspector.treeFilterPlaceholder || 'Search...'"
96
- class =" search flat min-w-0 flex-1"
96
+ class =" search flat min-w-0 flex-1 mr-2 "
97
97
/>
98
98
99
99
<PluginSourceIcon
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ export default defineComponent({
67
67
v-if =" inspector.selectedNode"
68
68
class =" h-full flex flex-col"
69
69
>
70
- <div class =" px-2 h-10 border-b border-gray-200 dark:border-gray-800 flex items-center flex-none" >
70
+ <div class =" px-2 h-8 box-content border-b border-gray-200 dark:border-gray-800 flex items-center flex-none" >
71
71
<div >
72
72
{{ inspector.selectedNode.label }}
73
73
</div >
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ export default defineComponent({
52
52
v-if =" inspectedEvent && inspectedEventState"
53
53
class =" flex flex-col h-full"
54
54
>
55
- <div class =" header flex-none flex items-center border-b border-gray-200 dark:border-gray-800 p -2 pl-3 text-bluegray-900 dark:text-bluegray-100 space-x-2" >
55
+ <div class =" header flex-none flex items-center border-b border-gray-200 dark:border-gray-800 px -2 pl-3 h-8 box-content text-bluegray-900 dark:text-bluegray-100 space-x-2" >
56
56
<div
57
57
class =" flex-none w-2.5 h-2.5 rounded-full border-2"
58
58
:style =" {
@@ -90,10 +90,10 @@ export default defineComponent({
90
90
/>
91
91
</span >
92
92
93
- <span class =" event-time flex-none flex items-center space-x-0.5 text-2xs font-mono px-2 py-1 rounded-full border border-gray -100 dark:border-gray -900 text-bluegray-700 dark:text-bluegray-300" >
93
+ <span class =" event-time flex-none flex items-center space-x-0.5 text-2xs font-mono px-1.5 py-0.5 rounded-full bg-bluegray -100 dark:bg-bluegray -900 text-bluegray-700 dark:text-bluegray-300" >
94
94
<VueIcon
95
95
icon =" schedule"
96
- class =" w-3 h-3 opacity-50 "
96
+ class =" w-3 h-3 opacity-75 "
97
97
/>
98
98
<span >{{ time }}</span >
99
99
</span >
You can’t perform that action at this time.
0 commit comments