init with kirby, vue and pagedjs interactive

This commit is contained in:
isUnknown 2025-11-24 14:01:48 +01:00
commit dc0ae26464
968 changed files with 211706 additions and 0 deletions

16
public/assets/style.css Normal file
View file

@ -0,0 +1,16 @@
#editor-ui {
position: fixed !important;
bottom: 1rem !important;
left: 1rem !important;
z-index: 9999 !important;
background: white;
padding: 0.5rem;
border-radius: 4px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
#increase-margin {
padding: 0.5rem 1rem;
font-size: 1.5rem;
cursor: pointer;
}/*# sourceMappingURL=style.css.map */