mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Merge pull request #1524 from MasterEnoc/bug-btn
Add 'report a bug' button
This commit is contained in:
commit
93a42ccbcd
2 changed files with 2 additions and 1 deletions
|
@ -62,7 +62,7 @@
|
||||||
top: .25rem;
|
top: .25rem;
|
||||||
right: .25rem;
|
right: .25rem;
|
||||||
width: 8.5rem;
|
width: 8.5rem;
|
||||||
height: calc(13.75rem + 1px);
|
height: calc(2.25rem * 6 + 2.5rem + 1px); // (height of each menu element * total menu elements + menu title element total height + menu title border size)
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
word-wrap: normal;
|
word-wrap: normal;
|
||||||
overflow-wrap: normal;
|
overflow-wrap: normal;
|
||||||
|
|
|
@ -25,6 +25,7 @@
|
||||||
<a href="/news" class="_menu-link">Changelog</a>
|
<a href="/news" class="_menu-link">Changelog</a>
|
||||||
<a href="/help" class="_menu-link">Guide</a>
|
<a href="/help" class="_menu-link">Guide</a>
|
||||||
<a href="/about" class="_menu-link">About</a>
|
<a href="/about" class="_menu-link">About</a>
|
||||||
|
<a href="https://github.com/freeCodeCamp/devdocs/issues/new/choose" class="_menu-link">Report a bug</a>
|
||||||
</nav>
|
</nav>
|
||||||
</header>
|
</header>
|
||||||
<section class="_sidebar" tabindex="-1">
|
<section class="_sidebar" tabindex="-1">
|
||||||
|
|
Loading…
Reference in a new issue