sidebar: use Pango markup for bold, fix zoom CSS specificity
This commit is contained in:
parent
e5f2d5c941
commit
81439edf87
3 changed files with 8 additions and 12 deletions
|
|
@ -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; }}"
|
||||
));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue