diff options
author | Thedro Neely <thedroneely@gmail.com> | 2019-03-24 20:30:56 -0400 |
---|---|---|
committer | Thedro Neely <thedroneely@gmail.com> | 2019-03-24 20:30:56 -0400 |
commit | bceff8f13d6a1ff5e3afe7db249a44a207256b18 (patch) | |
tree | 0b2a71e494e7748b35d73510a37f7169addb0d42 /bootstrap/comments/themes/default/comments.html | |
parent | 72b2460cb809c0e7e6b8447762c0776f3f482d9e (diff) | |
download | edwinmattiacci.com-bceff8f13d6a1ff5e3afe7db249a44a207256b18.tar.gz edwinmattiacci.com-bceff8f13d6a1ff5e3afe7db249a44a207256b18.tar.bz2 edwinmattiacci.com-bceff8f13d6a1ff5e3afe7db249a44a207256b18.zip |
bootstrap/comments: Adapt comments UI to Tailwind CSS
Diffstat (limited to 'bootstrap/comments/themes/default/comments.html')
-rw-r--r-- | bootstrap/comments/themes/default/comments.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bootstrap/comments/themes/default/comments.html b/bootstrap/comments/themes/default/comments.html index f9abc14..8694f37 100644 --- a/bootstrap/comments/themes/default/comments.html +++ b/bootstrap/comments/themes/default/comments.html @@ -3,8 +3,8 @@ {hashover:parent-link} </div> -<div class="hashover-balloon"> - <div id="hashover-content-{hashover:permalink}" class="hashover-content"> +<div class="hashover-balloon mb-4"> + <div id="hashover-content-{hashover:permalink}" class="hashover-content mt-3 mb-2"> {hashover:comment} </div> @@ -15,7 +15,7 @@ {hashover:dislike-count} </span> - <span class="hashover-buttons"> + <span class="hashover-buttons float-right"> {hashover:like-link} {hashover:dislike-link} {hashover:edit-link} |