summaryrefslogtreecommitdiff
path: root/themes/night_blue.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-03-10 09:34:57 +0300
committerAndrew Dolgov <[email protected]>2021-03-10 09:34:57 +0300
commit089fa5ec26abf064416222f9d3404d8b3bd871a6 (patch)
tree7bad9200741ae1e38e58101a5c15e5c8f1b26c1e /themes/night_blue.css
parent87d13e826f0336caf44ffef3f6c9bfb054159a29 (diff)
use proper syntax for equal-width columns
Diffstat (limited to 'themes/night_blue.css')
-rw-r--r--themes/night_blue.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/night_blue.css b/themes/night_blue.css
index 152f0145d..e9f4d55a0 100644
--- a/themes/night_blue.css
+++ b/themes/night_blue.css
@@ -651,7 +651,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;