From be94a3a791170e9c57d29b0eca9815ff6d4f1ba4 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 1 Dec 2021 14:02:43 +0300 Subject: [PATCH] combined mode: add a hack (?) for .titleWrap width --- themes/compact.css | 1 + themes/compact_night.css | 1 + themes/light-high-contrast.css | 1 + themes/light.css | 1 + themes/light/cdm.less | 1 + themes/night.css | 1 + themes/night_blue.css | 1 + 7 files changed, 7 insertions(+) diff --git a/themes/compact.css b/themes/compact.css index e7ddd8282..ccd6ef76c 100644 --- a/themes/compact.css +++ b/themes/compact.css @@ -1258,6 +1258,7 @@ body.ttrss_utility hr { } .cdm .header .titleWrap { flex-grow: 2; + width: 0; } .cdm .header .updated { color: #555; diff --git a/themes/compact_night.css b/themes/compact_night.css index db7aad12c..6b072e510 100644 --- a/themes/compact_night.css +++ b/themes/compact_night.css @@ -1258,6 +1258,7 @@ body.ttrss_utility hr { } .cdm .header .titleWrap { flex-grow: 2; + width: 0; } .cdm .header .updated { color: #ccc; diff --git a/themes/light-high-contrast.css b/themes/light-high-contrast.css index 120ae0316..18fc67f6a 100644 --- a/themes/light-high-contrast.css +++ b/themes/light-high-contrast.css @@ -1258,6 +1258,7 @@ body.ttrss_utility hr { } .cdm .header .titleWrap { flex-grow: 2; + width: 0; } .cdm .header .updated { color: black; diff --git a/themes/light.css b/themes/light.css index 21d1859c3..475e4dbbf 100644 --- a/themes/light.css +++ b/themes/light.css @@ -1258,6 +1258,7 @@ body.ttrss_utility hr { } .cdm .header .titleWrap { flex-grow: 2; + width: 0; } .cdm .header .updated { color: #555; diff --git a/themes/light/cdm.less b/themes/light/cdm.less index e2cbd5c60..4cbfa1d28 100644 --- a/themes/light/cdm.less +++ b/themes/light/cdm.less @@ -45,6 +45,7 @@ .titleWrap { flex-grow : 2; + width : 0; } .updated { diff --git a/themes/night.css b/themes/night.css index 17e8ef913..24288e149 100644 --- a/themes/night.css +++ b/themes/night.css @@ -1259,6 +1259,7 @@ body.ttrss_utility hr { } .cdm .header .titleWrap { flex-grow: 2; + width: 0; } .cdm .header .updated { color: #ccc; diff --git a/themes/night_blue.css b/themes/night_blue.css index 112d4eddd..209484935 100644 --- a/themes/night_blue.css +++ b/themes/night_blue.css @@ -1259,6 +1259,7 @@ body.ttrss_utility hr { } .cdm .header .titleWrap { flex-grow: 2; + width: 0; } .cdm .header .updated { color: #ccc;