From 089fa5ec26abf064416222f9d3404d8b3bd871a6 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 10 Mar 2021 09:34:57 +0300 Subject: use proper syntax for equal-width columns --- themes/compact_night.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'themes/compact_night.css') diff --git a/themes/compact_night.css b/themes/compact_night.css index 5cb6db254..ca2888978 100644 --- a/themes/compact_night.css +++ b/themes/compact_night.css @@ -650,7 +650,7 @@ body.ttrss_main #headlines-frame[data-is-vfeed="false"] .header .feed { @media screen and (min-width: 1500px) { body.ttrss_main #headlines-frame[data-is-cdm="true"][data-is-cdm-expanded="true"][data-enable-grid="true"] { display: grid; - grid-template-columns: repeat(2, 0.5fr); + grid-template-columns: repeat(2, minmax(0, 1fr)); background-color: #222; grid-gap: 8px; padding: 8px; -- cgit v1.2.3