sidebar: use Pango markup for bold, fix zoom CSS specificity

This commit is contained in:
Jeena 2026-03-22 00:40:20 +00:00
parent e5f2d5c941
commit 81439edf87
3 changed files with 8 additions and 12 deletions

View file

@ -831,7 +831,7 @@ pub mod imp {
fn update_sidebar_zoom(&self, level: f64) {
if let Some(css) = self.sidebar_zoom_css.get() {
css.load_from_string(&format!(
".sidebar-content label {{ font-size: {level}em; }}"
".sidebar-content {{ font-size: {level}em; }}"
));
}
}