1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 12:45:55 +00:00

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

@@ -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;
display: inline-block;
padding: 1px 4px 1px 4px;
}
.cdm .header .feed,
.cdm .header .feed a {
vertical-align: middle;
color: #555;
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: #555;
}
.cdm .header .author {
white-space: nowrap;

View File

@@ -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;
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;

View File

@@ -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;
display: inline-block;
padding: 1px 4px 1px 4px;
}
.cdm .header .feed,
.cdm .header .feed a {
vertical-align: middle;
color: black;
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: black;
}
.cdm .header .author {
white-space: nowrap;

View File

@@ -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;
display: inline-block;
padding: 1px 4px 1px 4px;
}
.cdm .header .feed,
.cdm .header .feed a {
vertical-align: middle;
color: #555;
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: #555;
}
.cdm .header .author {
white-space: nowrap;

View File

@@ -59,23 +59,17 @@
}
.feed {
float: right;
font-weight: normal;
font-style: italic;
a {
border-radius : 4px;
display : inline-block;
padding : 1px 4px 1px 4px;
}
}
.feed, .feed a {
vertical-align: middle;
color: @default-text;
font-weight: normal;
font-style: italic;
font-size: @font-size-small;
display : inline-block;
max-width : 25%;
overflow : hidden;
text-overflow : ellipsis;
border-radius : 4px;
padding : 1px 4px;
margin-right : 4px;
color: @default-text;
}
.author {

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;

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;