sidebar: fix unread bold via notify, larger title font, sidebar zoom

This commit is contained in:
Jeena 2026-03-22 00:34:51 +00:00
parent c19c2cbd1d
commit b63549ae0a
4 changed files with 10 additions and 12 deletions

View file

@ -32,6 +32,7 @@ template $ArticleRow : Gtk.Box {
wrap: true;
lines: 2;
ellipsize: end;
styles ["article-title"]
}
Label excerpt_label {

View file

@ -46,6 +46,9 @@ corresponding .blp file and regenerate this file with blueprint-compiler.
<property name="wrap">true</property>
<property name="lines">2</property>
<property name="ellipsize">3</property>
<style>
<class name="article-title"/>
</style>
</object>
</child>
<child>