Keep recipe content clear of QR control

This commit is contained in:
2026-08-03 22:14:22 -05:00
parent 11521ff80a
commit f4bb9323da
3 changed files with 12 additions and 4 deletions
+9 -1
View File
@@ -12,6 +12,7 @@
overflow: hidden;
padding: 42px 48px;
background: #11110f;
text-align: left;
}
.MMM-NextcloudCookbook .ncc-qr {
@@ -46,8 +47,14 @@
height: 144px;
}
.MMM-NextcloudCookbook .ncc-recipe header {
box-sizing: border-box;
min-height: 175px;
padding-right: 220px;
}
.MMM-NextcloudCookbook .ncc-recipe h1 {
margin: 0 220px calc(26px * var(--ncc-type-scale)) 0;
margin: 0 0 calc(26px * var(--ncc-type-scale));
color: #fff6d8;
font-size: calc(82px * var(--ncc-type-scale));
line-height: 1.08;
@@ -55,6 +62,7 @@
.MMM-NextcloudCookbook .ncc-meta {
display: flex;
flex-wrap: wrap;
gap: 10px 22px;
align-items: baseline;
margin: 0 0 calc(36px * var(--ncc-type-scale));
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "mmm-nextcloud-cookbook",
"version": "0.1.1",
"version": "0.1.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "mmm-nextcloud-cookbook",
"version": "0.1.1",
"version": "0.1.2",
"dependencies": {
"fast-xml-parser": "5.10.1",
"qrcode": "1.5.4"
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "mmm-nextcloud-cookbook",
"version": "0.1.1",
"version": "0.1.2",
"private": true,
"description": "Display recipes from a Nextcloud Cookbook share on MagicMirror",
"main": "node_helper.js",