Minor fixes
This commit is contained in:
parent
9483b84bad
commit
4744bd81ab
|
@ -3,9 +3,15 @@
|
|||
padding: 0.8rem 2.4rem;
|
||||
transition: background-color 0.3s;
|
||||
position: relative;
|
||||
|
||||
@include media-breakpoint-down(sm) {
|
||||
margin-right: -1.2rem;
|
||||
}
|
||||
|
||||
&:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.comment {
|
||||
&:before,
|
||||
&:after {
|
||||
|
|
|
@ -108,7 +108,7 @@ export const AuthorView = (props: AuthorProps) => {
|
|||
<ul class="view-switcher">
|
||||
<li classList={{ selected: searchParams().by === 'rating' }}>
|
||||
<button type="button" onClick={() => changeSearchParam('by', 'rating')}>
|
||||
{t('Popular')}
|
||||
{t('Publications')}
|
||||
</button>
|
||||
</li>
|
||||
<li classList={{ selected: searchParams().by === 'followed' }}>
|
||||
|
|
Loading…
Reference in New Issue
Block a user