authPrompt: Refine entry width

The current entry has a hardcoded size of 320px,
which doesn't really fit the lock screen mockups.

Remove this hardcoded size from AuthPrompt entries
and make them horizontally expand.
This commit is contained in:
Georges Basile Stavracas Neto
2019-10-12 21:33:41 -03:00
parent 5b6deff977
commit e71c249ea5
2 changed files with 6 additions and 2 deletions

View File

@@ -1929,6 +1929,7 @@ StScrollBar {
StEntry {
@extend %search_entry;
width: -1px;
border-radius: $button_radius;
@if $variant=='dark' {
$_gdm_entry_bg: transparentize(lighten(desaturate(#241f31, 20%), 2%), 0.5);