@@ -63,7 +63,7 @@ useTitle(`${website.replace(/https?:\/\/(www.)?/, '')} | Unlighthouse`)
63
63
<div class =" flex justify-between max-h-[95%] flex-col xl:ml-3 mx-3 mr-0 w-full 2xl:(mr-5 w-250px mb-0)" >
64
64
<div >
65
65
<TabGroup vertical @change =" changedTab" >
66
- <TabList class =" 2xl:(block) flex" >
66
+ <TabList class =" 2xl:(block space-x-0 ) flex space-x-2 mb-3 " >
67
67
<Tab
68
68
v-for =" (category, key) in tabs"
69
69
:key =" key"
@@ -73,8 +73,8 @@ useTitle(`${website.replace(/https?:\/\/(www.)?/, '')} | Unlighthouse`)
73
73
<btn-tab
74
74
:selected =" selected"
75
75
>
76
- <span class =" inline-flex items-center space-x-2 " >
77
- <component :is =" category.icon" class =" inline text-sm opacity-40 h-4 w-4 mr-2 " />
76
+ <span class =" inline-flex items-center space-x-1 " >
77
+ <component :is =" category.icon" class =" inline text-sm opacity-40 h-4 w-4" />
78
78
<span >{{ category.label }}</span >
79
79
<tooltip v-if =" category.label === 'Performance'" class =" text-left" >
80
80
<i-carbon-warning class =" inline text-xs mx-1" />
@@ -112,7 +112,7 @@ useTitle(`${website.replace(/https?:\/\/(www.)?/, '')} | Unlighthouse`)
112
112
</div >
113
113
</div >
114
114
</div >
115
- <div class =" xl:w-full w-screen overflow-x-auto px-3" >
115
+ <div class =" xl:w-full px-3 mr-5 " >
116
116
<div v-if =" tabs[activeTab].label === 'CrUX'" >
117
117
<div >
118
118
<h2 class =" font-bold text-2xl mb-7" >
@@ -220,7 +220,7 @@ useTitle(`${website.replace(/https?:\/\/(www.)?/, '')} | Unlighthouse`)
220
220
/>
221
221
</div >
222
222
</div >
223
- <div class =" w-full min-w-1500px 2xl:(max-h-[calc(100vh-100px)]) lg:max-h-[calc(100vh-205px)] sm:max-h-[calc(100vh-220px)] max-h-[calc(100vh-250px)] overflow-auto pr-5 mr-4 " >
223
+ <div class =" w-full min-w-1500px 2xl:(max-h-[calc(100vh-100px)]) lg:max-h-[calc(100vh-205px)] sm:max-h-[calc(100vh-220px)] max-h-[calc(100vh-250px)]" >
224
224
<div v-if =" Object.values(searchResults).length === 0" class =" px-4 py-3" >
225
225
<template v-if =" searchText " >
226
226
<p class =" mb-2" >
0 commit comments