Skip to content

autocompletion-popover: Fix misplacement on small window widths

Daniel Pauls requested to merge danielxyz/fractal:autocompletion-popover into master

Currently the autocompletion-popover has a margin-left in its stylesheet which does look misplaced if the window has a small width.

To fix this remove the left margin of the autocompletion-popover once the transition between the 'narrow' and 'non-narrow' mode happens.

Fixes https://gitlab.gnome.org/GNOME/fractal/issues/516

Edited by Daniel Pauls

Merge request reports