inclide craft

This commit is contained in:
2026-01-19 00:10:26 +01:00
parent 8a23398853
commit 05fd31065d
12 changed files with 624 additions and 55 deletions

View File

@@ -165,3 +165,9 @@ body.page-login {
.gjs-block-category[data-id="Bibliothek"] {
display: none !important;
}
.craft-editor-shell{display:flex;flex-direction:column;height:100%;}
.craft-editor-toolbar{display:flex;gap:.5rem;padding:.5rem;border-bottom:1px solid #e2e8f0;background:#f8fafc;}
.craft-editor-canvas{flex:1;min-height:300px;overflow:auto;padding:12px;border:1px solid #e2e8f0;border-radius:8px;background:#fff;}
.craft-container{min-height:40px;}
.craft-text:focus{outline:2px solid #38bdf8;outline-offset:2px;}