From df7b2e79849419fcc278c0549fdf10c094991558 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 29 Nov 2021 13:39:58 +0300 Subject: combined mode: limit feed title element to 25% width --- themes/light-high-contrast.css | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) (limited to 'themes/light-high-contrast.css') diff --git a/themes/light-high-contrast.css b/themes/light-high-contrast.css index 25322b2a4..120ae0316 100644 --- a/themes/light-high-contrast.css +++ b/themes/light-high-contrast.css @@ -1269,22 +1269,17 @@ body.ttrss_utility hr { margin: 0px 4px; } .cdm .header .feed { - float: right; font-weight: normal; font-style: italic; -} -.cdm .header .feed a { - border-radius: 4px; + font-size: 11px; display: inline-block; - padding: 1px 4px 1px 4px; -} -.cdm .header .feed, -.cdm .header .feed a { - vertical-align: middle; + max-width: 25%; + overflow: hidden; + text-overflow: ellipsis; + border-radius: 4px; + padding: 1px 4px; + margin-right: 4px; color: black; - font-weight: normal; - font-style: italic; - font-size: 11px; } .cdm .header .author { white-space: nowrap; -- cgit v1.2.3