aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pydis_site/static/css/resources/resources.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/pydis_site/static/css/resources/resources.css b/pydis_site/static/css/resources/resources.css
index 6f97422b..b9d3c4a5 100644
--- a/pydis_site/static/css/resources/resources.css
+++ b/pydis_site/static/css/resources/resources.css
@@ -94,10 +94,14 @@ display: block;
/* By default, we hide the search tag. We'll add it only when there's a search happening. */
.tag.search-query {
display: none;
+ max-width: fit-content;
}
.tag.search-query .inner {
padding: 0;
}
+.tag.search-query i {
+ margin: 0 !important;
+}
/* Disable clicking on the checkbox itself. */
/* Instead, we want to let the anchor tag handle clicks. */
@@ -194,7 +198,8 @@ button.delete.is-info::after {
/* Give outlines to active tags */
span.filter-box-tag,
-span.resource-tag.active {
+span.resource-tag.active,
+.tag.search-query {
outline-width: 1px;
outline-style: solid;
}