Fit more content on screen

This commit is contained in:
ajs124 2021-05-10 14:32:24 +02:00 committed by Janne Heß
parent d0bc0d0eda
commit 1c84676527
No known key found for this signature in database
GPG key ID: 69165158F05265DF

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 {