@bbki.ng/site 5.4.41 → 5.4.42

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,13 @@
1
1
  # @bbki.ng/site
2
2
 
3
+ ## 5.4.42
4
+
5
+ ### Patch Changes
6
+
7
+ - c11fa73: fix layout style
8
+ - Updated dependencies [c11fa73]
9
+ - @bbki.ng/ui@0.1.16
10
+
3
11
  ## 5.4.41
4
12
 
5
13
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bbki.ng/site",
3
- "version": "5.4.41",
3
+ "version": "5.4.42",
4
4
  "description": "code behind bbki.ng",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -14,7 +14,7 @@
14
14
  "react-dom": "^18.0.0",
15
15
  "react-router-dom": "6",
16
16
  "swr": "^2.2.5",
17
- "@bbki.ng/ui": "0.1.15"
17
+ "@bbki.ng/ui": "0.1.16"
18
18
  },
19
19
  "devDependencies": {
20
20
  "@eslint/compat": "^1.0.0",
package/src/blog/app.tsx CHANGED
@@ -27,7 +27,7 @@ const Layout = () => {
27
27
  loading={isLoading}
28
28
  customLogo={logo}
29
29
  style={{
30
- paddingTop: 'env(safe-area-inset-top, 0px)',
30
+ paddingTop: 'calc(env(safe-area-inset-top) + 4px)',
31
31
  }}
32
32
  />
33
33
  }
@@ -12,6 +12,7 @@ export const EffectLayer = () => {
12
12
  'top-0',
13
13
  'left-0',
14
14
  'h-full',
15
+ 'h-dvh',
15
16
  'pointer-events-none',
16
17
  'w-full',
17
18
  'z-999'
@@ -26,6 +27,9 @@ export const EffectLayer = () => {
26
27
  fragment={frag}
27
28
  vertex={vert}
28
29
  onRender={onRender}
30
+ style={{
31
+ height: '100dvh',
32
+ }}
29
33
  />
30
34
  );
31
35
  };
@@ -68,7 +68,7 @@ const Streaming = () => {
68
68
 
69
69
  return (
70
70
  <>
71
- <Panel className="p-2.5! mt-32">
71
+ <Panel className="p-2.5! mt-16">
72
72
  <bb-msg-history
73
73
  // infinite
74
74
  hide-scroll-bar