diff --git a/css/profile.css b/css/profile.css index 0825ce5..873968a 100644 --- a/css/profile.css +++ b/css/profile.css @@ -266,7 +266,7 @@ button.follow:hover { { margin-left: 0; padding: 5px 0 5px 0; - height: 95%; + height: 100%; } .profile-modal .postboard h2 { width: auto; diff --git a/css/style.css b/css/style.css index 344f82b..0ac4d77 100644 --- a/css/style.css +++ b/css/style.css @@ -1676,6 +1676,12 @@ input.userMenu-search-field:focus::-ms-input-placeholder { right: -65px; left: auto; } +.direct-messages-thread li.message { + cursor: auto; +} +.direct-messages-thread li.message:hover { + background: none; +} /************************************* ****************** NEW USER MODAL **************************************/ diff --git a/img/screenshot.jpg b/img/screenshot.jpg new file mode 100644 index 0000000..de284b2 Binary files /dev/null and b/img/screenshot.jpg differ diff --git a/img/screenshot.png b/img/screenshot.png deleted file mode 100644 index 8798066..0000000 Binary files a/img/screenshot.png and /dev/null differ