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

@ -12826,6 +12826,13 @@ body.no-gpu .drawertransition-leave-to {
body.no-gpu .lyric-line:hover::after {
display: none;
}
.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;