summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-12-01 14:02:43 +0300
committerAndrew Dolgov <[email protected]>2021-12-01 14:02:43 +0300
commitbe94a3a791170e9c57d29b0eca9815ff6d4f1ba4 (patch)
tree996446719ad43f67f15dbd55bd2fa31cc042a448 /themes
parenta201e10ee024f03fb6aad0ec1069cc4da72a9ac5 (diff)
combined mode: add a hack (?) for .titleWrap width
Diffstat (limited to 'themes')
-rw-r--r--themes/compact.css1
-rw-r--r--themes/compact_night.css1
-rw-r--r--themes/light-high-contrast.css1
-rw-r--r--themes/light.css1
-rw-r--r--themes/light/cdm.less1
-rw-r--r--themes/night.css1
-rw-r--r--themes/night_blue.css1
7 files changed, 7 insertions, 0 deletions
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;