Compare commits
No commits in common. "a43def2e92ee4e6d511c05cfa0890c3f8ebe7e0c" and "2e2091a179f37eb6df5f900efd2c57ec25d61c75" have entirely different histories.
a43def2e92
...
2e2091a179
4 changed files with 23 additions and 25 deletions
|
|
@ -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;
|
|
||||||
}
|
|
||||||
|
|
@ -5,6 +5,11 @@ $module_top_height: 32px;
|
||||||
padding: $module_top_height + $space_basic $space_basic $space_basic;
|
padding: $module_top_height + $space_basic $space_basic $space_basic;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.body_drag {
|
||||||
|
height: 100vh;
|
||||||
|
// padding: $space_basic;
|
||||||
|
}
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
display: grid;
|
display: grid;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
@ -24,8 +29,7 @@ $module_top_height: 32px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu,
|
.menu, #top {
|
||||||
#top {
|
|
||||||
nav ul {
|
nav ul {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
@ -109,3 +113,17 @@ $module_top_height: 32px;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#space {
|
||||||
|
position: relative;
|
||||||
|
height: 100%;
|
||||||
|
background-color: $color-dark;
|
||||||
|
}
|
||||||
|
|
||||||
|
#addFrame {
|
||||||
|
@extend .io_button;
|
||||||
|
position: fixed;
|
||||||
|
top: 8px;
|
||||||
|
right: 8px;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
@ -3,4 +3,3 @@
|
||||||
|
|
||||||
@import "modules/ui/new_module";
|
@import "modules/ui/new_module";
|
||||||
@import "modules/ui/settings_module";
|
@import "modules/ui/settings_module";
|
||||||
@import "modules/ui/drag_module";
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,7 @@
|
||||||
<!-- head.meta.partial -->
|
<!-- head.meta.partial -->
|
||||||
<meta name="robots" content="noindex">
|
|
||||||
<meta name="generator" content="{{ eleventy.generator }}">
|
|
||||||
<meta name="author" content="">
|
<meta name="author" content="">
|
||||||
|
<meta name="generator" content="{{ eleventy.generator }}">
|
||||||
<meta name="description" content="">
|
<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">
|
||||||
Loading…
Add table
Add a link
Reference in a new issue