Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Improve layout for big screens. #251

Merged
merged 3 commits into from
Jun 1, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Assets/css/all.css
Original file line number Diff line number Diff line change
Expand Up @@ -769,6 +769,7 @@ nav {
position: sticky;
top: 1em;
width: 20vw;
max-width: 14em;

& a {
color: var(--secondary-label);
Expand Down
2 changes: 2 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fixed bug that caused prefix and postfix operators to be omitted
from generated documentation.
#262 by @Lukas-Stuehrk.
- Fixed layout of HTML output on large displays.
#251 by @Lukas-Stuehrk and @mattt.

## [1.0.0-beta.6] - 2021-04-24

Expand Down
Loading