Updates to footer, nav bar
This commit is contained in:
parent
e92a419b2a
commit
bdb482140b
@ -16,18 +16,18 @@ const links = [
|
|||||||
<NotificationsCounterIcon />
|
<NotificationsCounterIcon />
|
||||||
<FormattedMessage id='tabs_bar.notifications' defaultMessage='Notifications' />
|
<FormattedMessage id='tabs_bar.notifications' defaultMessage='Notifications' />
|
||||||
</NavLink>,
|
</NavLink>,
|
||||||
<NavLink key='pr3' className='footer-bar__link' to='/groups' data-preview-title-id='column.groups'>
|
|
||||||
<i className='tabs-bar__link__icon groups' />
|
|
||||||
<FormattedMessage id='tabs_bar.groups' defaultMessage='Groups' />
|
|
||||||
</NavLink>,
|
|
||||||
<a key='pl4' className='footer-bar__link footer-bar__link--trends' href='https://trends.gab.com' data-preview-title-id='tabs_bar.trends'>
|
|
||||||
<i className='tabs-bar__link__icon trends' />
|
|
||||||
<FormattedMessage id='tabs_bar.trends' defaultMessage='Trends' />
|
|
||||||
</a>,
|
|
||||||
<a key='pl5' className='footer-bar__link footer-bar__link--chat' href='https://chat.gab.com' data-preview-title-id='tabs_bar.chat'>
|
<a key='pl5' className='footer-bar__link footer-bar__link--chat' href='https://chat.gab.com' data-preview-title-id='tabs_bar.chat'>
|
||||||
<Icon id='comments' className='tabs-bar__link__icon chat' />
|
<Icon id='comments' className='tabs-bar__link__icon chat' />
|
||||||
<FormattedMessage id='tabs_bar.chat' defaultMessage='Chat' />
|
<FormattedMessage id='tabs_bar.chat' defaultMessage='Chat' />
|
||||||
</a>,
|
</a>,
|
||||||
|
<a key='pl4' className='footer-bar__link footer-bar__link--trends' href='https://trends.gab.com' data-preview-title-id='tabs_bar.trends'>
|
||||||
|
<i className='tabs-bar__link__icon trends' />
|
||||||
|
<FormattedMessage id='tabs_bar.trends' defaultMessage='Trends' />
|
||||||
|
</a>,
|
||||||
|
<NavLink key='pr3' className='footer-bar__link' to='/groups' data-preview-title-id='column.groups'>
|
||||||
|
<i className='tabs-bar__link__icon groups' />
|
||||||
|
<FormattedMessage id='tabs_bar.groups' defaultMessage='Groups' />
|
||||||
|
</NavLink>,
|
||||||
]
|
]
|
||||||
|
|
||||||
export default
|
export default
|
||||||
|
@ -27,18 +27,18 @@ export const privateLinks = [
|
|||||||
<NotificationsCounterIcon />
|
<NotificationsCounterIcon />
|
||||||
<FormattedMessage id='tabs_bar.notifications' defaultMessage='Notifications' />
|
<FormattedMessage id='tabs_bar.notifications' defaultMessage='Notifications' />
|
||||||
</NavLink>,
|
</NavLink>,
|
||||||
<NavLink key='pr3' className='tabs-bar__link' to='/groups' data-preview-title-id='column.groups' >
|
|
||||||
<i className='tabs-bar__link__icon groups'/>
|
|
||||||
<FormattedMessage id='tabs_bar.groups' defaultMessage='Groups' />
|
|
||||||
</NavLink>,
|
|
||||||
<a key='pl4' className='tabs-bar__link tabs-bar__link--trends' href='https://trends.gab.com' data-preview-title-id='tabs_bar.trends' >
|
|
||||||
<i className='tabs-bar__link__icon trends'/>
|
|
||||||
<FormattedMessage id='tabs_bar.trends' defaultMessage='Trends' />
|
|
||||||
</a>,
|
|
||||||
<a key='pl5' className='tabs-bar__link tabs-bar__link--chat' href='https://chat.gab.com' data-preview-title-id='tabs_bar.chat' >
|
<a key='pl5' className='tabs-bar__link tabs-bar__link--chat' href='https://chat.gab.com' data-preview-title-id='tabs_bar.chat' >
|
||||||
<Icon id='comments' className='tabs-bar__link__icon chat chat--sm' />
|
<Icon id='comments' className='tabs-bar__link__icon chat chat--sm' />
|
||||||
<FormattedMessage id='tabs_bar.chat' defaultMessage='Chat' />
|
<FormattedMessage id='tabs_bar.chat' defaultMessage='Chat' />
|
||||||
</a>,
|
</a>,
|
||||||
|
<a key='pl4' className='tabs-bar__link tabs-bar__link--trends' href='https://trends.gab.com' data-preview-title-id='tabs_bar.trends' >
|
||||||
|
<i className='tabs-bar__link__icon trends'/>
|
||||||
|
<FormattedMessage id='tabs_bar.trends' defaultMessage='Trends' />
|
||||||
|
</a>,
|
||||||
|
<NavLink key='pr3' className='tabs-bar__link' to='/groups' data-preview-title-id='column.groups' >
|
||||||
|
<i className='tabs-bar__link__icon groups'/>
|
||||||
|
<FormattedMessage id='tabs_bar.groups' defaultMessage='Groups' />
|
||||||
|
</NavLink>,
|
||||||
];
|
];
|
||||||
|
|
||||||
export const publicLinks = [
|
export const publicLinks = [
|
||||||
|
@ -1591,7 +1591,7 @@ a.account__display-name {
|
|||||||
display: none;
|
display: none;
|
||||||
@media screen and (max-width: 895px) {display: flex;}
|
@media screen and (max-width: 895px) {display: flex;}
|
||||||
position: fixed;
|
position: fixed;
|
||||||
bottom: 68px;
|
bottom: 82px;
|
||||||
right: 14px;
|
right: 14px;
|
||||||
width: 61px;
|
width: 61px;
|
||||||
height: 52px;
|
height: 52px;
|
||||||
|
@ -288,7 +288,8 @@
|
|||||||
|
|
||||||
&.chat {
|
&.chat {
|
||||||
font-size: 25px;
|
font-size: 25px;
|
||||||
padding-top: 6px;
|
padding-top: 7px;
|
||||||
|
width: 24px;
|
||||||
color: #C8C8C8;
|
color: #C8C8C8;
|
||||||
background-image: none !important;
|
background-image: none !important;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user