Browse Source

Merge pull request #119 from erqan/fix-follow-list

Fixing #118 - following modal view
master
miguelfreitas 10 years ago
parent
commit
52bed1c777
  1. 1
      css/style.css

1
css/style.css

@ -1372,6 +1372,7 @@ button.disabled:hover @@ -1372,6 +1372,7 @@ button.disabled:hover
.following-modal .modal-content
{
padding: 15px;
height: 400px;
overflow-y: auto;
}
.following-modal .modal-buttons

Loading…
Cancel
Save