mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-07 23:09:14 +00:00
unify excerpt font sizes for CDM and 3 panel mode, use single line headers in expandable mode
This commit is contained in:
@@ -98,6 +98,13 @@ div.cdm.expandable.active {
|
||||
background : white ! important;
|
||||
}
|
||||
|
||||
div.cdm.expandable div.cdmHeader span.titleWrap {
|
||||
white-space : nowrap;
|
||||
text-overflow : ellipsis;
|
||||
overflow : hidden;
|
||||
max-width : 500px;
|
||||
}
|
||||
|
||||
div.cdm.expandable div.cdmHeader a.title {
|
||||
font-weight : bold;
|
||||
color : #555;
|
||||
|
||||
Reference in New Issue
Block a user