diff --git a/css/style.css b/css/style.css index 04e01af..dd5adef 100644 --- a/css/style.css +++ b/css/style.css @@ -1335,6 +1335,7 @@ button.disabled:hover } .following-modal .modal-content { + padding: 15px; overflow-y: auto; } .following-modal .modal-buttons @@ -1343,7 +1344,23 @@ button.disabled:hover } .following-modal ol { - margin: 15px; + margin: 5px; +} +.following-modal .open-profile-modal:hover +{ + text-decoration: none; +} +.following-modal .open-profile-modal img +{ + float: none; +} +.following-modal .open-profile-modal span +{ + vertical-align: middle; +} +.following-modal .open-profile-modal span:hover +{ + text-decoration: underline; } /************************************* ****************** LOADER ************ diff --git a/following.html b/following.html index acd8b20..b96954c 100644 --- a/following.html +++ b/following.html @@ -401,8 +401,8 @@