-
-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Minor frontend improvements for search results page #1999
Conversation
Can you post before/after pics? |
So just spacing? |
The "..." move across, was that intentional, and why? |
And the reason was to make it even clearer that it's not one of the results. |
I don't believe anyone would seriously think |
Closing because this UI change was not desired by staff |
The game groups really need a separator. How about ','? -<a asp-page="/GameGroups/Index" asp-route-id="@group.Id">@group.Name</a>
+<a asp-page="/GameGroups/Index" asp-route-id="@group.Id" class="game-search-result-group">@group.Name</a> +.game-search-result-group:not(:last-of-type)::after {
+ color: var(--bs-body-color);
+ content: ",";
+} |
Can you make a screenshot of what exactly needs a separator? I don't seem to understand what the issue is. |
No description provided.