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/night_blue.css | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) (limited to 'themes/night_blue.css') diff --git a/themes/night_blue.css b/themes/night_blue.css index 648bb175b..112d4eddd 100644 --- a/themes/night_blue.css +++ b/themes/night_blue.css @@ -1270,22 +1270,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: #ccc; - font-weight: normal; - font-style: italic; - font-size: 11px; } .cdm .header .author { white-space: nowrap; -- cgit v1.2.3