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

Commit 7fbe858

Browse files
Lukas-Stuehrkmattt
andauthored
Improve layout for big screens. (#251)
* Improve layout for big screens. * Set max-width for nav * Add changelog entry for #251 Co-authored-by: Mattt <[email protected]>
1 parent c79029d commit 7fbe858

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

Assets/css/all.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -769,6 +769,7 @@ nav {
769769
position: sticky;
770770
top: 1em;
771771
width: 20vw;
772+
max-width: 14em;
772773

773774
& a {
774775
color: var(--secondary-label);

Changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2323
- Fixed bug that caused prefix and postfix operators to be omitted
2424
from generated documentation.
2525
#262 by @Lukas-Stuehrk.
26+
- Fixed layout of HTML output on large displays.
27+
#251 by @Lukas-Stuehrk and @mattt.
2628

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

0 commit comments

Comments
 (0)