We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1c9c444 + e744f7b commit 3a33e63Copy full SHA for 3a33e63
package.json
@@ -39,7 +39,7 @@
39
"@babel/runtime": "7.20.13",
40
"@babel/runtime-corejs3": "7.20.13",
41
"@back4app/back4app-settings": "1.6.5",
42
- "@back4app2/react-components": "1.0.0-beta.288",
+ "@back4app2/react-components": "1.0.0-beta.440.30",
43
"@codemirror/lang-css": "6.3.0",
44
"@codemirror/lang-html": "6.4.9",
45
"@codemirror/lang-javascript": "6.2.2",
src/stylesheets/back4app.scss
@@ -24,7 +24,7 @@ $dark: #0F1C32;
24
$mid-blue: #112C4D;
25
26
// Back4App sizes
27
-$header-height: 80px;
+$header-height: 63px;
28
$toolbar-height: 64px;
29
$content-max-height: calc(100vh - #{$header-height});
30
$b4aSidebarCollapsedWidth: 88px;
0 commit comments