Commit 159b25238ee4103c80e51957d15587d0559f3a85

Authored by Evandro Junior
1 parent 8ee0f377

fixed mouse hover to show author info

Showing 1 changed file with 4 additions and 0 deletions   Show diff stats
plugins/video/public/style.css
... ... @@ -36,3 +36,7 @@
36 36 overflow: hidden;
37 37 text-overflow: ellipsis;
38 38 }
  39 +
  40 +.video-gallery-thumbnail:hover div{
  41 + display: inline-block;
  42 +}
39 43 \ No newline at end of file
... ...