theme: Make menu ornament slightly wider
The existing width works well enough for a narrow character like the dot, but doesn't leave any whitespace for a wider one like the checkmark. https://bugzilla.gnome.org/show_bug.cgi?id=741366
This commit is contained in:
@ -411,7 +411,7 @@ StScrollBar {
|
|||||||
|
|
||||||
.popup-menu-ornament {
|
.popup-menu-ornament {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
width: 1em; }
|
width: 1.2em; }
|
||||||
|
|
||||||
.popup-menu-boxpointer,
|
.popup-menu-boxpointer,
|
||||||
.candidate-popup-boxpointer {
|
.candidate-popup-boxpointer {
|
||||||
|
Submodule data/theme/gnome-shell-sass updated: f0a0d1d353...23e0bc1e71
@ -411,7 +411,7 @@ StScrollBar {
|
|||||||
|
|
||||||
.popup-menu-ornament {
|
.popup-menu-ornament {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
width: 1em; }
|
width: 1.2em; }
|
||||||
|
|
||||||
.popup-menu-boxpointer,
|
.popup-menu-boxpointer,
|
||||||
.candidate-popup-boxpointer {
|
.candidate-popup-boxpointer {
|
||||||
|
Reference in New Issue
Block a user