The Gitlab instance will be restarted on Monday April 28th at 2AM. There will be a short interruption of service.

Skip to content
Snippets Groups Projects
Commit 370a6d6a authored by Chris Hallberg's avatar Chris Hallberg
Browse files

Restore top facet styles.

parent 2d321332
No related merge requests found
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -214,18 +214,6 @@ footer {
.date-from { padding-right: .25rem; }
.date-to { padding-left: .25rem; }
}
.top-facets {
margin-left: -.5rem;
margin-right: -.5rem;
}
.top-facets .facet,
.top-facets .narrow-toggle,
.top-facets > strong {
display: inline-block;
padding: .25rem .5rem;
white-space: nowrap;
}
.top-facets .narrow-toggle { text-decoration: underline; }
@media (min-width: 768px) {
.author-facets { display: flex; }
.author-list { flex: 0 1 100%; }
......
......@@ -61,6 +61,21 @@
text-align: inherit;
}
.top-facets {
margin-left: -.5rem;
margin-right: -.5rem;
}
.top-facets .facet,
.top-facets .narrow-toggle,
.top-facets > strong {
display: inline-block;
width: auto;
padding: .25rem .5rem;
border: 0;
white-space: nowrap;
}
.top-facets .narrow-toggle { text-decoration: underline; }
.checkbox-filter {
display: block;
padding-bottom: 1rem;
......
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment