qrcode: center popup and make it full width (#86853)
gitea/passerelle/pipeline/head This commit looks good Details

This commit is contained in:
Corentin Sechet 2024-02-22 18:30:57 +01:00
parent 316cdda24f
commit c088e37991
1 changed files with 2 additions and 2 deletions

View File

@ -65,8 +65,8 @@ qrcode-reader {
&--popup {
grid-area: 1 / 1 / 2 / 2;
align-self: end;
justify-self: center;
align-self: center;
justify-self: stretch;
z-index: 1;
overflow: hidden;