Profile / Avatar issues
Using todays downloaded .zip file. When choosing an avatar from the gallery the drop down box is not auto sizing. It has been set to a height of 26px in the index.css file, line 178 for the "input, button, select". Removing the height fixes the display but may break something somewhere else.
Also, the Gravatar is not functioning properly. Clicking Gravatar only shows a default Gravatar. No options to select/download a Gravatar are made available.
Re: Profile / Avatar issues
Reply #4 –
The selects with size thing I did make a commit on ... Honestly we need to rethink those beasts (the selects in general) at some point again they are a really a PITA (they look and size differently on doz, mac and nix now), may just consider doing basic css and then size them properly with JS.