Skip to content

Commit 7ab8e07

Browse files
committed
Indent checkboxes under the headers.
1 parent 46702b7 commit 7ab8e07

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

pydis_site/static/css/resources/resources.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,17 @@ display: block;
6262
border-radius: 0;
6363
}
6464

65+
/* Make the checkboxes indent under the filter headers */
66+
.filter-category-header .card-header .card-header-title {
67+
padding-left: 0;
68+
}
69+
.filter-panel {
70+
padding-left: 1.5rem;
71+
}
72+
.filter-checkbox {
73+
margin-right: 0.25em !important;
74+
}
75+
6576
/* Center the 404 div */
6677
.no-resources-found {
6778
display: none;

0 commit comments

Comments
 (0)