Merge pull request #965 from helsinki-systems/css_more_content

Fit more content on screen
This commit is contained in:
Janne Heß 2022-07-13 23:47:04 +02:00 committed by GitHub
commit e2756042b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
div.skip-topbar { div.skip-topbar {
padding-top: 40px; padding-top: 20px;
margin-bottom: 1.5em; margin-bottom: 1.5em;
} }
@ -146,6 +146,26 @@ td.step-status span.warn {
padding-top: 1.5rem; padding-top: 1.5rem;
} }
.container {
max-width: 80%;
}
.tab-content {
margin-right: 0 !important;
}
body {
line-height: 1;
}
.navbar-nav {
line-height: 1.5;
}
.dropdown-item {
line-height: 1.5;
}
@media (prefers-color-scheme: dark) { @media (prefers-color-scheme: dark) {
/* Prevent some flickering */ /* Prevent some flickering */
html { html {