feat: Update drag page and other small things

- Add parameter to NewDiv class
- Add instance with content to drag page
- Drag page now also uses frame template
- Use macro for footer in explorer
This commit is contained in:
sthag 2025-06-23 22:31:18 +02:00
parent e572f64259
commit 1ddba29d9c
5 changed files with 40 additions and 29 deletions

View file

@ -1,4 +1,8 @@
#space {
position: relative;
height: 100%;
.body_frame {
background-color: white;
}
}

View file

@ -27,9 +27,9 @@
flex: 1;
aside {
// background-color: rgba(255, 255, 255, .1);
}
// aside {
// background-color: rgba(255, 255, 255, .1);
// }
section {