File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
tools/server/webui/src/components Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ export default function Header() {
28
28
} , [ selectedTheme ] ) ;
29
29
30
30
return (
31
- < div className = "flex flex-row items-center pt-2 pb -2 sticky top-0 z-10 bg-base-100 border-b border-base-content/10" >
31
+ < div className = "flex flex-row items-center py -2 sticky top-0 z-10 bg-base-100 border-b border-base-content/10" >
32
32
{ /* open sidebar button */ }
33
33
< label
34
34
htmlFor = "toggle-drawer"
@@ -38,7 +38,7 @@ export default function Header() {
38
38
</ label >
39
39
40
40
{ /* model information*/ }
41
- < div className = "grow ml-2 px-1 sm:px-4 py-0 sm:py-2 " >
41
+ < div className = "grow ml-2 px-1 sm:px-4 py-0" >
42
42
< b >
43
43
{ serverProps ?. model_alias ||
44
44
serverProps ?. model_path
@@ -55,7 +55,10 @@ export default function Header() {
55
55
data-tip = "Settings"
56
56
onClick = { ( ) => setShowSettings ( true ) }
57
57
>
58
- < button className = "btn w-8 h-8 p-0 rounded-full" aria-hidden = { true } >
58
+ < button
59
+ className = "btn btn-ghost w-8 h-8 p-0 rounded-full"
60
+ aria-hidden = { true }
61
+ >
59
62
{ /* settings button */ }
60
63
< Cog8ToothIcon className = "w-5 h-5" />
61
64
</ button >
@@ -67,7 +70,7 @@ export default function Header() {
67
70
< div
68
71
tabIndex = { 0 }
69
72
role = "button"
70
- className = "btn m-1 w-8 h-8 p-0 rounded-full"
73
+ className = "btn btn-ghost m-1 w-8 h-8 p-0 rounded-full"
71
74
>
72
75
< MoonIcon className = "w-5 h-5" />
73
76
</ div >
You can’t perform that action at this time.
0 commit comments