Skip to content

Commit

Permalink
publish: feat(Layout): Use var css instead of stylus var to set Main …
Browse files Browse the repository at this point in the history
…min-height on mobile

generated from commit 633f4ad
  • Loading branch information
Travis CI User committed Jul 17, 2024
1 parent d99457f commit 22b25b8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.

Large diffs are not rendered by default.

File renamed without changes.
2 changes: 1 addition & 1 deletion react/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
</head>
<body>
<div id="rsg-root"></div>
<script src="build/bundle.dbc9e28a.js"></script>
<script src="build/bundle.0a0598ab.js"></script>
</body>
</html>
2 changes: 1 addition & 1 deletion react/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -9234,7 +9234,7 @@ body {
padding-left: env(safe-area-inset-left);
padding-right: env(safe-area-inset-right);
padding-bottom: env(safe-area-inset-bottom);
min-height: calc(100vh - 3rem - 3rem);
min-height: calc(100vh - var(--sidebarHeight) - 3rem);
}
.o-layout--3TSz9 main,
.o-layout-2panes--1CDQw main,
Expand Down
2 changes: 1 addition & 1 deletion styleguide/app.css

Large diffs are not rendered by default.

0 comments on commit 22b25b8

Please sign in to comment.