@nil-/doc 0.2.8 → 0.2.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @nil-/doc
2
2
 
3
+ ## 0.2.9
4
+
5
+ ### Patch Changes
6
+
7
+ - 5c10f11: [fix] layout fill height
8
+
3
9
  ## 0.2.8
4
10
 
5
11
  ### Patch Changes
@@ -2,8 +2,9 @@
2
2
  @import "../styles/reset.css";
3
3
  @import "../styles/scrollable.css";
4
4
 
5
- .root {
5
+ .layout {
6
6
  width: 100%;
7
+ height: 100%;
7
8
  color: rgb(201, 205, 207);
8
9
  background-color: rgb(34, 36, 37);
9
10
  font-family: "Fira Code", "Courier New", Courier, monospace;
@@ -26,7 +27,7 @@ export let sorter = null;
26
27
  export let renamer = null;
27
28
  const r = inRoot();
28
29
  </script>
29
- <div class="root" class:nil-doc-reset={r}>
30
+ <div class="layout" class:nil-doc-reset={r}>
30
31
  <Container offset={250} padding={250} vertical>
31
32
  <svelte:fragment slot="a">
32
33
  <Nav
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nil-/doc",
3
- "version": "0.2.8",
3
+ "version": "0.2.9",
4
4
  "author": {
5
5
  "email": "njaldea@gmail.com",
6
6
  "name": "Neil Aldea"