···
48
48
<ThemeProvider>
49
49
<header style={{
50
50
display: 'flex',
51
51
-
justifyContent: 'space-between',
51
51
+
justifyContent: 'center',
52
52
alignItems: 'center',
53
53
padding: '0.5rem 1rem',
54
54
backgroundColor: 'var(--card-background)',
55
55
borderBottom: '1px solid var(--tile-border)'
56
56
}}>
57
57
-
<div style={{ display: 'flex', alignItems: 'center', gap: '1rem' }}>
58
58
-
<a href="/" style={{
59
59
-
textDecoration: 'none',
60
60
-
fontWeight: 'bold',
61
61
-
color: 'var(--primary-color)',
62
62
-
fontSize: '1.25rem'
63
63
-
}}>
64
64
-
im.flushing
65
65
-
</a>
66
66
-
</div>
67
57
<ClientOnly>
68
58
<div style={{ display: 'flex', alignItems: 'center', gap: '1rem' }}>
69
59
<ProfileSearch />
···
1
1
.searchContainer {
2
2
position: relative;
3
3
-
width: 260px;
3
3
+
width: 300px;
4
4
}
5
5
6
6
.searchForm {