0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-17 23:44:39 -05:00

Fix images in buttons

This commit is contained in:
Paul Adam Davis 2014-08-14 17:56:23 +01:00
parent 48b83a9dc7
commit e9a976c7a5

View file

@ -401,6 +401,12 @@
color: darken($brown, 5%); color: darken($brown, 5%);
} }
// Fixes for images in buttons (user avatar/cover)
button.js-modal-logo,
button.js-modal-cover {
padding: 0;
}
@media (max-width: 550px) { @media (max-width: 550px) {
textarea { textarea {
max-width: 100%; max-width: 100%;