Wie man das ‘Special’ Feld und anderes unnötiges Zeug in ttrss wegbekommt? Easy:

#dijit__TreeNode_1 {
    display: none;
}
div.cdmHeader > div:first-of-type {
    display: none;
}
div.cdmFooter {
    display: none;
}
div.cdmContent {
      border-bottom-style: solid;
      border-bottom-width:1px;
      border-color : #ddd;
}

Als custom css nutzen, mehr Platz haben.