fix: popover margin and add authohide (#406)

This commit is contained in:
0xMRTT 2022-09-26 22:31:42 +02:00
parent d429c7bf6e
commit fb6c1dbae0
No known key found for this signature in database
GPG key ID: AC9E06BF3DECB6FB

View file

@ -47,7 +47,10 @@ template GradienceOption : Adw.ActionRow {
}
Popover warning-popover {
autohide: true;
Label warning-label {
margin-top: 10;
margin-bottom: 10;
max-width-chars: 50;
wrap: true;
justify: center;
@ -55,9 +58,12 @@ Popover warning-popover {
}
Popover explanation-popover {
autohide: true;
Label explanation-label {
margin-top: 10;
margin-bottom: 10;
max-width-chars: 50;
wrap: true;
justify: center;
}
}
}