summaryrefslogtreecommitdiff
path: root/themes/night.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-11-29 13:39:58 +0300
committerAndrew Dolgov <[email protected]>2021-11-29 13:39:58 +0300
commitdf7b2e79849419fcc278c0549fdf10c094991558 (patch)
tree1d0c5549390541694721e5d85e35f509feccc4ee /themes/night.css
parent409c63dcf8733e4ad8bb54a1f43e987b3d2f2fe5 (diff)
combined mode: limit feed title element to 25% width
Diffstat (limited to 'themes/night.css')
-rw-r--r--themes/night.css19
1 files changed, 7 insertions, 12 deletions
diff --git a/themes/night.css b/themes/night.css
index 4294f2568..17e8ef913 100644
--- a/themes/night.css
+++ b/themes/night.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;