center add qr button

This commit is contained in:
LenAnderson 2023-12-23 19:43:42 +00:00
parent a8f130ec5d
commit 71fc0436cb
2 changed files with 14 additions and 0 deletions

View File

@ -199,6 +199,13 @@
#qr--settings #qr--set-qrList .qr--set-qrListContents > .qr--set-item .qr--set-itemMessage {
font-size: smaller;
}
#qr--settings .qr--set-qrListActions {
display: flex;
flex-direction: row;
gap: 0.5em;
justify-content: center;
padding-bottom: 0.5em;
}
#qr--qrOptions > #qr--ctxEditor .qr--ctxItem {
display: flex;
flex-direction: row;

View File

@ -210,6 +210,13 @@
}
}
}
.qr--set-qrListActions {
display: flex;
flex-direction: row;
gap: 0.5em;
justify-content: center;
padding-bottom: 0.5em;
}
}