Compare commits

..

No commits in common. "a43def2e92ee4e6d511c05cfa0890c3f8ebe7e0c" and "2e2091a179f37eb6df5f900efd2c57ec25d61c75" have entirely different histories.

4 changed files with 23 additions and 25 deletions

View file

@ -1,18 +0,0 @@
.body_drag {
height: 100vh;
// padding: $space_basic;
}
#space {
position: relative;
height: 100%;
background-color: $color-dark;
}
#addFrame {
@extend .io_button;
position: fixed;
top: 8px;
right: 8px;
margin: 0;
}

View file

@ -5,6 +5,11 @@ $module_top_height: 32px;
padding: $module_top_height + $space_basic $space_basic $space_basic;
}
.body_drag {
height: 100vh;
// padding: $space_basic;
}
.container {
display: grid;
height: 100%;
@ -24,8 +29,7 @@ $module_top_height: 32px;
}
}
.menu,
#top {
.menu, #top {
nav ul {
margin: 0;
}
@ -108,4 +112,18 @@ $module_top_height: 32px;
margin-right: 16px;
text-align: right;
}
}
#space {
position: relative;
height: 100%;
background-color: $color-dark;
}
#addFrame {
@extend .io_button;
position: fixed;
top: 8px;
right: 8px;
margin: 0;
}

View file

@ -3,4 +3,3 @@
@import "modules/ui/new_module";
@import "modules/ui/settings_module";
@import "modules/ui/drag_module";

View file

@ -1,8 +1,7 @@
<!-- head.meta.partial -->
<meta name="robots" content="noindex">
<meta name="generator" content="{{ eleventy.generator }}">
<meta name="author" content="">
<meta name="generator" content="{{ eleventy.generator }}">
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="robots" content="noindex">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="viewport" content="width=device-width, initial-scale=1.0">