mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-18 16:01:40 +03:00
c6b9b80e18
On both Firefox and Opera (OSX) the user image badge in the settings page wasn't displayed. Also, on firefox the badge overlay didn't have the proper size. I don't know if there's a specific use case requiring a `display: table` instead of a plain `display: block` but that was failing on Firefox and Opera. Using a block instead seems works perfectly (at least on Opera, Chrome, Safari, Safari Mobile IOS7 and Firefox) regarding the badge size issue. On Opera, though, the border radius wasn't applied properly to the image. Adding a `border-radius: 100%;`fix that. |
||
---|---|---|
.. | ||
layouts | ||
modules | ||
ie.scss | ||
screen.scss |