Fix block-50, remove BBC

This commit is contained in:
vas3k
2020-09-26 12:27:24 +02:00
parent 2fc1f95add
commit e1a975c286
2 changed files with 2 additions and 4 deletions

View File

@@ -41,9 +41,6 @@ boards:
- name: Lenta.ru
url: https://lenta.ru/
rss: https://lenta.ru/rss
- name: BBC Россия
url: https://www.bbc.com/russian
rss: https://feeds.bbci.co.uk/russian/rss.xml
- name: Телеграм
slug: tg
feeds:

View File

@@ -104,7 +104,8 @@
}
.feeds-3 .feed:nth-child(3n) .article-tooltip,
.feeds-2 .feed:nth-child(2n) .article-tooltip {
.feeds-2 .feed:nth-child(2n) .article-tooltip,
.block-50:nth-child(2n+1) .article-tooltip {
/* Shift tooltip to left */
left: -105%;
top: -100px;