google検索結果のbookmark数の部分で改行#18
Open
motonari728 wants to merge 3 commits intohatena:masterfrom
Open
Conversation
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Google検索結果ページで、記事のタイトルが長いと、ブックマーク数の表示が途中で見きれてしまっている。とりあえず~usersの部分をdivで囲うことで改行してみた。
修正前だと下の図の2つめの記事のブックマーク数がわからない。
~usersの部分は遅延ロードされるので、検索結果が表示された直後に全体が少しずつ下にずれてしまってあまり良くないとは思うが、とりあえず自分用に修正したので、開発の参考にしてください。
関係ないですが、Google検索結果の~usersの横に、「この記事は8/11日にブックマークしました。」と表示する機能があると、Googe検索から以前ブックマークした記事にたどり着きやすくなって便利だと思います。