This commit is contained in:
2026-01-11 09:33:14 +01:00
parent 9b1dd6930f
commit 1e5744b30d
+10 -8
View File
@@ -311,6 +311,7 @@ data:
widgets:
# Nextcloud iframe
- type: iframe
css-class: iframe-no-tint
source: https://nextcloud.dooplex.hu/apps/files/files
height: 1200
title: NextCloud
@@ -406,14 +407,6 @@ data:
background: rgba(226, 146, 255, 0.16);
}
.widget.widget-type-iframe:has(iframe[src*="nextcloud"]) {
position: relative !important;
}
.widget.widget-type-iframe:has(iframe[src*="nextcloud"])::after {
display: none !important;
}
/* Widget content area */
.widget-content {
background-color: transparent !important;
@@ -630,6 +623,15 @@ data:
-webkit-backdrop-filter: none !important;
}
.widget.iframe-no-tint iframe {
filter: none !important;
}
.widget.iframe-no-tint::after {
content: none !important;
display: none !important;
}
---
apiVersion: apps/v1
kind: Deployment