- Replaced global navbar, now mobile friendly
- Corrected sizing of LyricSearchInputField - Removed sitemap from auto-generated robots.txt
This commit is contained in:
@@ -247,7 +247,8 @@ export function LyricSearchInputField({ id, placeholder, setShowLyrics }) {
|
||||
onShow={handlePanelShow}
|
||||
placeholder={placeholder}
|
||||
autoFocus
|
||||
size={40}
|
||||
style={{ width: '100%', maxWidth: '900px' }}
|
||||
inputStyle={{ width: '100%' }}
|
||||
aria-controls="lyric-search-input"
|
||||
/>
|
||||
<Button onClick={() => handleSearch()} className="btn">
|
||||
|
||||
Reference in New Issue
Block a user