Skip to content

Commit e275604

Browse files
authored
Merge pull request NixOS#965 from helsinki-systems/css_more_content
Fit more content on screen
2 parents 389ed2e + 1c84676 commit e275604

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

src/root/static/css/hydra.css

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
div.skip-topbar {
2-
padding-top: 40px;
2+
padding-top: 20px;
33
margin-bottom: 1.5em;
44
}
55

@@ -146,6 +146,26 @@ td.step-status span.warn {
146146
padding-top: 1.5rem;
147147
}
148148

149+
.container {
150+
max-width: 80%;
151+
}
152+
153+
.tab-content {
154+
margin-right: 0 !important;
155+
}
156+
157+
body {
158+
line-height: 1;
159+
}
160+
161+
.navbar-nav {
162+
line-height: 1.5;
163+
}
164+
165+
.dropdown-item {
166+
line-height: 1.5;
167+
}
168+
149169
@media (prefers-color-scheme: dark) {
150170
/* Prevent some flickering */
151171
html {

0 commit comments

Comments
 (0)