diff --git a/source/screens/demo/examples/ui/drag.njk b/source/screens/demo/examples/ui/drag.njk index ac2276e..25911b1 100755 --- a/source/screens/demo/examples/ui/drag.njk +++ b/source/screens/demo/examples/ui/drag.njk @@ -22,8 +22,10 @@ tags: {% endblock %} {% block body %} +
+ +
- {% endblock %} {%- block script %} diff --git a/source/screens/demo/examples/ui/form.njk b/source/screens/demo/examples/ui/form.njk index 1ab3145..5f279de 100644 --- a/source/screens/demo/examples/ui/form.njk +++ b/source/screens/demo/examples/ui/form.njk @@ -19,12 +19,12 @@ tags: {% endblock %} {% block body %} - +
a
diff --git a/source/style/hippie-style b/source/style/hippie-style index 3eab0f0..c268f4f 160000 --- a/source/style/hippie-style +++ b/source/style/hippie-style @@ -1 +1 @@ -Subproject commit 3eab0f095603236be4519081203e51bc2916801e +Subproject commit c268f4fdcac9f4edec2503638ac6fdd98de467a9 diff --git a/source/style/modules/ui/_drag_module.scss b/source/style/modules/ui/_drag_module.scss index 03b3de8..c9a98dc 100644 --- a/source/style/modules/ui/_drag_module.scss +++ b/source/style/modules/ui/_drag_module.scss @@ -1,14 +1,6 @@ .body_drag { @extend .body_ui; - button { - @extend .button_io; - position: fixed; - top: 8px; - right: 8px; - margin: 0; - } - #space { position: relative; height: 100%; diff --git a/source/style/modules/ui/_form_module.scss b/source/style/modules/ui/_form_module.scss index c571126..dac2760 100644 --- a/source/style/modules/ui/_form_module.scss +++ b/source/style/modules/ui/_form_module.scss @@ -1,15 +1,3 @@ -#head { - // display: flex; - - button { - @extend .button_io; - } - - h1 { - margin: 0; - } -} - #grid { display: grid; gap: 8px;