diff --git a/public/locales/ru/translation.json b/public/locales/ru/translation.json
index bd9bafde..0ca4310f 100644
--- a/public/locales/ru/translation.json
+++ b/public/locales/ru/translation.json
@@ -151,7 +151,7 @@
"More": "Ещё",
"Most commented": "Комментируемое",
"Most read": "Читаемое",
- "My feed": "Моя лента",
+ "My feed": "Новое",
"My subscriptions": "Подписки",
"Name": "Имя",
"New only": "Только новые",
diff --git a/src/components/Feed/ArticleCard.module.scss b/src/components/Feed/ArticleCard.module.scss
index 5e78db44..cfe90f43 100644
--- a/src/components/Feed/ArticleCard.module.scss
+++ b/src/components/Feed/ArticleCard.module.scss
@@ -486,6 +486,10 @@
}
}
}
+
+ a {
+ border: none;
+ }
}
.shoutCardComments,
diff --git a/src/components/Nav/Topics.scss b/src/components/Nav/Topics.scss
index 434b01ac..aebcaa2d 100644
--- a/src/components/Nav/Topics.scss
+++ b/src/components/Nav/Topics.scss
@@ -20,7 +20,7 @@
}
.item {
- margin-right: 2.4rem;
+ margin-right: 2rem;
&.right {
margin-right: 0;
diff --git a/src/components/Views/Inbox.tsx b/src/components/Views/Inbox.tsx
index f69e6ba9..203fb1a2 100644
--- a/src/components/Views/Inbox.tsx
+++ b/src/components/Views/Inbox.tsx
@@ -182,37 +182,38 @@ export const InboxView = () => {
-
-