Skip to content
This repository was archived by the owner on Sep 4, 2025. It is now read-only.

Commit b0e3777

Browse files
'Bubble' tab bar
1 parent c9fa37e commit b0e3777

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

src/App.css

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -120,11 +120,6 @@ form > .row > label {
120120
max-height: 180px;
121121
}
122122

123-
.metriq-nav-tab-bar {
124-
border-radius: 16px;
125-
background-color: #FFFFFF;
126-
}
127-
128123
.submission {
129124
border-radius: 16px;
130125
margin: 6px;

src/views/Home.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const Home = (props) => {
66
<div id='metriq-main-content' className='container'>
77
<header><h5>Top Submissions {props.match ? 'for "' + props.match.params.tag + '"' : ''}</h5></header>
88
<br />
9-
<Tabs defaultActiveKey='trending' id='top-submissions-tabs' className='metriq-nav-tab-bar'>
9+
<Tabs defaultActiveKey='trending' id='top-submissions-tabs'>
1010
<Tab eventKey='trending' title='Trending' className='metriq-nav-tab'>
1111
<SubmissionScroll sortType='trending' isLoggedIn={props.isLoggedIn} tag={props.match ? props.match.params.tag : ''} />
1212
</Tab>

0 commit comments

Comments
 (0)