summaryrefslogtreecommitdiff
path: root/themes/light
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-03-10 21:06:34 +0300
committerAndrew Dolgov <[email protected]>2021-03-10 21:06:34 +0300
commit03361dda3451dd7d02fc501f66d18ebe3fe20784 (patch)
tree501f615f3a216d3c6427356260e675f4db0f04f9 /themes/light
parent24e64b8c7887732b97ada08485d57b45d806eb63 (diff)
remove previous spacer-specific hack, not needed anymore
Diffstat (limited to 'themes/light')
-rw-r--r--themes/light/tt-rss.less6
1 files changed, 0 insertions, 6 deletions
diff --git a/themes/light/tt-rss.less b/themes/light/tt-rss.less
index e878b4fe6..688f34010 100644
--- a/themes/light/tt-rss.less
+++ b/themes/light/tt-rss.less
@@ -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;
}