gui: Move the QR code button next to device ID in editDevice modal (#7653)

This commit is contained in:
André Colomb
2021-06-16 21:10:16 +02:00
committed by GitHub
parent 2c7d9b59c6
commit 7e0c24ec89
2 changed files with 23 additions and 6 deletions
+6
View File
@@ -443,3 +443,9 @@ ul.three-columns li, ul.two-columns li {
background-color: #eeeeee;
opacity: 1;
}
/* Make a "well" look more like a readonly text input when grouped with a button */
.input-group .well-sm {
padding-top: 6px;
padding-bottom: 6px;
}