Skip to content

Commit 6f3fe5c

Browse files
committed
Fix layout for widescreens
1 parent 17415d3 commit 6f3fe5c

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

style.css

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,4 +94,18 @@ td[data-label="Free Limit"] strong {
9494
[data-component-part="update-label"] {
9595
background-color: white;
9696
color: black !important;
97+
}
98+
99+
#navbar > *:nth-child(2) {
100+
max-width: none !important;
101+
margin-left: 0 !important;
102+
margin-right: 0 !important;
103+
}
104+
105+
#sidebar {
106+
left: 0 !important;
107+
}
108+
109+
#sidebar-content {
110+
padding-left: 2rem;
97111
}

0 commit comments

Comments
 (0)