Skip to content

Commit aded3c6

Browse files
committed
Tweak display for mobile to avoid menu text clipping
1 parent 42c6ffa commit aded3c6

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

css/style.css

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -608,11 +608,11 @@ span.user {
608608
}
609609
@media screen and (max-width: 550px) {
610610
.sidebar {
611-
width: 5em;
611+
width: 5.8em;
612612
padding: 3px 0.5em 10px 0.5em;
613613
}
614614
.mainsection {
615-
margin: 0 0 0 5.2em;
615+
margin: 0 0 0 6em;
616616
}
617617
.contentsPanel {
618618
width: auto;
@@ -623,6 +623,9 @@ span.user {
623623
.navigation > h4 {
624624
font-size: .7em;
625625
}
626+
.navigation > ul {
627+
font-size: .85em;
628+
}
626629
}
627630
@media screen and (max-width: 400px) {
628631
#simpleSearch {
@@ -764,4 +767,4 @@ code span.ss { color: #bb6688; } /* SpecialString */
764767
code span.st { color: #4070a0; } /* String */
765768
code span.va { color: #19177c; } /* Variable */
766769
code span.vs { color: #4070a0; } /* VerbatimString */
767-
code span.wa { color: #60a0b0; font-weight: bold; font-style: italic; }
770+
code span.wa { color: #60a0b0; font-weight: bold; font-style: italic; }

0 commit comments

Comments
 (0)