No easy way at the moment to only adress the side pane in CSS. However e.g. the tasklist uses a treeview, so you could modify the text size for the treeview class only; will also affect the page index and other instances of a treeview, but not the textview showing the page.
>From the Gtk reference: GtkTreeView has a main CSS node with name treeview and style class .view Please file a ticket for this and I will add some widget names to make this easier. -- Jaap On Thu, Dec 2, 2021 at 4:46 PM Joseph Reagle <[email protected]> wrote: > BTW: I see I can just clobber everything and make it all a bit bigger, but > then I lose the ability to dynamically "zoom" text size: > > ``` > * { > font-size: 103%; > } > ``` > > On 21-12-01 09:44, Joseph Reagle wrote: > > I'd like to update the GTK font size of the application (not pageview > text) fonts, especially the task list. > > > > After reading this: > > > > https://zim-wiki.org/manual/Help/Config_Files.html > > > > I've created `gtk.css` file in `~/Library/Application > Support/org.zim-wiki.Zim/gtk-3.0`. > > > > I can change the pageview-text background and foreground color following > the example, but how do I increase the font size of the panes? And when it > comes to the task list, I can't find a CSS id; I've look for > `widget_set_css(...)` and `widget.set_name(...)` in its code: > > > > > https://github.com/zim-desktop-wiki/zim-desktop-wiki/blob/85818b30a14c861061c553358262f822e7c067ca/tests/tasklist.py > > > > I'm using zim 0.74.2 on macOS 12.0.1 21A559 arm64. > > > > —Joseph > > > > _______________________________________________ > > Mailing list: https://launchpad.net/~zim-wiki > > Post to : [email protected] > > Unsubscribe : https://launchpad.net/~zim-wiki > > More help : https://help.launchpad.net/ListHelp > > _______________________________________________ > Mailing list: https://launchpad.net/~zim-wiki > Post to : [email protected] > Unsubscribe : https://launchpad.net/~zim-wiki > More help : https://help.launchpad.net/ListHelp >
_______________________________________________ Mailing list: https://launchpad.net/~zim-wiki Post to : [email protected] Unsubscribe : https://launchpad.net/~zim-wiki More help : https://help.launchpad.net/ListHelp

