I just updated Firefox to the latest version, and now suddenly my bookmarks are huge. They're only supposed to be as wide as the + one. Did this happen to anyone else when updating, or do you know how I can get them smaller again?
Like this:

I'm not sure why that's happening, but you can make them smaller again with this code:
.bookmark {margin-bottom:5px !important; Height: 55px;
padding-top: 0px !important;}
.bookmark a { font-size: 12px; }
That's the code I use on my bookmarks. Of course, you can play around with the values to make them bigger or smaller if you'd like.