1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-29 18:11:28 +00:00

set #headlines-spacer, etc, to span grid columns

This commit is contained in:
Andrew Dolgov
2021-03-10 08:47:47 +03:00
parent ddfa39015e
commit a3ab4020bf
6 changed files with 24 additions and 0 deletions

View File

@@ -775,6 +775,10 @@ body.ttrss_main {
border : 0;
}
}
#headlines-spacer, .whiteBox {
grid-column : span 2;
}
}
}