Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bonita
bonita-documentation-theme
Commits
c800036f
Commit
c800036f
authored
Mar 25, 2022
by
Jerome Cambon
Browse files
Fixed Contents position issue
parent
d484c3cc
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/partials/toolbar.hbs
View file @
c800036f
...
...
@@ -16,7 +16,7 @@
{{/if}}
{{/
unless
}}
</div>
{{#if
page
.
attributes
.
out-of-support
}}
{{!--
{{#if page.attributes.out-of-support}}
--}}
<div
class=
"paragraph notice out-of-support-block"
>
<p>
This documentation is about a version that is
<b>
out of support
</b>
, here is the
<a
href=
"
{{{
page
.
component
.
latestVersion
.
url
}}}
"
>
latest documentation
...
...
@@ -27,15 +27,15 @@
version?
</p>
</div>
{{
/if
}}
{{!--
{{#if page.attributes.next-release}}
--}}
{{
!-- {{/if}} --
}}
{{#if
page
.
attributes
.
next-release
}}
<div
class=
"paragraph notice custom-message-block"
>
<p>
This content is dedicated to our next version.
It is work in progress: its content will evolve until the new version is released.
Before that time, it cannot be considered as official.
</p>
</div>
{{
!-- {{/if}} --
}}
{{
/if
}}
{{#if
page
.
attributes
.
custom-message
}}
<div
class=
"paragraph notice custom-message-block"
>
<p>
{{
page
.
attributes
.
custom-message
}}
</p>
...
...
src/stylesheets/globals/vars.scss
View file @
c800036f
...
...
@@ -185,7 +185,7 @@
--footer-font-color
:
var
(
--
color-gray-70
);
--footer-link-font-color
:
var
(
--
color-jet-80
);
--navbar-height
:
calc
(
63
/
var
(
--
rem-base
)
*
1rem
);
--toolbar-height
:
calc
(
45
/
var
(
--
rem-base
)
*
1rem
);
--toolbar-height
:
calc
(
150
/
var
(
--
rem-base
)
*
1rem
);
--drawer-height
:
var
(
--
toolbar-height
);
--body-top
:
var
(
--
navbar-height
);
--body-min-height
:
calc
(
100vh
-
var
(
--
body-top
));
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment