1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

remove previous spacer-specific hack, not needed anymore

This commit is contained in:
Andrew Dolgov
2021-03-10 21:06:34 +03:00
parent 24e64b8c78
commit 03361dda34
6 changed files with 0 additions and 31 deletions
-6
View File
@@ -762,12 +762,6 @@ body.ttrss_main {
grid-gap : 8px;
padding : 8px;
&[data-headlines-count="1"] {
#headlines-spacer, .whiteBox, .feed-title {
grid-column: 1;
}
}
#headlines-spacer, .whiteBox, .feed-title {
grid-column : 1 e("/") -1;
}