jhauserw3241 / cdcdb-webserver

Python3/Flask web server for DB final project
https://cdcdb.system33.pw
1 stars 1 forks source link

Hover over officer cards, get small black box #57

Open pastly opened 7 years ago

pastly commented 7 years ago

On the people page, hovering over any officer card on the left, get a tiny black box between the left column of officers and the right. It seems to be related to the <a>'s width-related style attributes. The <a> is very wide (slightly wider than the card) and very short (only about the height of a line of text).

This is on Firefox, both macOS and Linux.

I also think this is very minor.