Use configured position outside recipe mode

This commit is contained in:
2026-08-03 21:48:19 -05:00
parent 348a4555ca
commit 50315bcc9e
2 changed files with 14 additions and 11 deletions
+6 -10
View File
@@ -3,13 +3,6 @@
box-sizing: border-box;
}
.MMM-NextcloudCookbook .ncc-idle {
position: fixed;
right: 18px;
top: 18px;
z-index: 20;
}
.MMM-NextcloudCookbook .ncc-active {
--ncc-type-scale: 1;
@@ -22,9 +15,6 @@
}
.MMM-NextcloudCookbook .ncc-qr {
position: absolute;
right: 18px;
top: 18px;
display: flex;
flex-direction: column;
gap: 8px;
@@ -40,6 +30,12 @@
white-space: nowrap;
}
.MMM-NextcloudCookbook .ncc-active .ncc-qr {
position: absolute;
right: 18px;
top: 18px;
}
.MMM-NextcloudCookbook .ncc-qr img {
width: 164px;
height: 164px;