Minor fixes

This commit is contained in:
Alexey Khaov 2023-01-25 01:39:21 +03:00
parent 9483b84bad
commit 4744bd81ab
2 changed files with 7 additions and 1 deletions

View File

@ -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 {

View File

@ -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' }}>