style: Adjust feed filter label and spacing
This commit is contained in:
@@ -192,8 +192,9 @@ function App() {
|
||||
<h4>Feed</h4>
|
||||
<div className="font-option">
|
||||
<input className="checkbox" type="checkbox" id="filter-smallweb" checked={filterSmallweb} onChange={handleFilterChange} />
|
||||
<label htmlFor="filter-smallweb">Small websites</label>
|
||||
<label htmlFor="filter-smallweb">Small websites only</label>
|
||||
</div>
|
||||
<br/>
|
||||
<div className="font-option">
|
||||
<input className="checkbox" type="checkbox" id="filter-hackernews" name="feed-source" checked={feedSources.hackernews} onChange={() => handleFeedSourceChange('hackernews')} />
|
||||
<label htmlFor="filter-hackernews">Hacker News</label>
|
||||
|
||||
Reference in New Issue
Block a user