combined mode: limit feed title element to 25% width

This commit is contained in:
Andrew Dolgov
2021-11-29 13:39:58 +03:00
parent 409c63dcf8
commit df7b2e7984
8 changed files with 58 additions and 96 deletions

View File

@@ -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;
display: inline-block;
padding: 1px 4px 1px 4px;
}
.cdm .header .feed,
.cdm .header .feed a {
vertical-align: middle;
color: #ccc;
font-weight: normal;
font-style: italic;
font-size: 11px;
display: inline-block;
max-width: 25%;
overflow: hidden;
text-overflow: ellipsis;
border-radius: 4px;
padding: 1px 4px;
margin-right: 4px;
color: #ccc;
}
.cdm .header .author {
white-space: nowrap;