Create basic modal

This commit is contained in:
Amaru8 2022-04-21 21:43:38 +02:00
parent 95972ecf7e
commit eaaee7a361
3 changed files with 69 additions and 0 deletions

View file

@ -3123,6 +3123,14 @@ body.no-gpu {
}
}
.keybindings-border {
padding-left: 15px;
padding-right: 15px;
border-style: solid;
border-radius: 5px;
border-color: #CBCBCB;
}
.qrimg {
width: -webkit-fill-available;
max-block-size: -webkit-fill-available;