aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--p/themes/base-theme/template.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/p/themes/base-theme/template.css b/p/themes/base-theme/template.css
index 5ba621415..f696ac237 100644
--- a/p/themes/base-theme/template.css
+++ b/p/themes/base-theme/template.css
@@ -499,7 +499,8 @@ a.btn {
text-overflow: ellipsis;
overflow: hidden;
}
-.flux .item.share > a {
+.flux .item.share > a,
+.item.query > a {
display: list-item;
list-style-position: inside;
list-style-type: decimal;