reduce size of show buttons checkbox

This commit is contained in:
LenAnderson
2024-01-05 16:44:57 +00:00
parent b57b42d26a
commit e117c9da4e
3 changed files with 4 additions and 3 deletions

View File

@@ -157,7 +157,7 @@
padding: 0 0.5em;
}
#qr--settings .qr--setList > .qr--item > .qr--visible {
flex: 1 1 200px;
flex: 0 0 auto;
display: flex;
flex-direction: row;
}