We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 389ed2e + 1c84676 commit e275604Copy full SHA for e275604
src/root/static/css/hydra.css
@@ -1,5 +1,5 @@
1
div.skip-topbar {
2
- padding-top: 40px;
+ padding-top: 20px;
3
margin-bottom: 1.5em;
4
}
5
@@ -146,6 +146,26 @@ td.step-status span.warn {
146
padding-top: 1.5rem;
147
148
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
167
168
169
@media (prefers-color-scheme: dark) {
170
/* Prevent some flickering */
171
html {
0 commit comments