lookingGlass: Stop setting font programmatically

Instead, use CSS to request a monospace font selectively where
it makes sense (the evaluator).

Closes: https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/7776
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3413>
This commit is contained in:
Florian Müllner
2024-07-11 19:21:05 +02:00
parent 6e0227ac3d
commit 6f2c99147c
2 changed files with 4 additions and 17 deletions

View File

@@ -88,6 +88,10 @@
&:hover { border: 1px solid $fg_color; }
}
#EvalBox {
@extend %monospace;
}
// Extensions
#lookingGlassExtensions { padding: $base_padding; }