0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -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

@ -74,7 +74,7 @@
padding-left: 15px;
}
}
} // .settings-sidebar
// Main settings-menu styles, apply to every item
@ -134,7 +134,7 @@
background: $lightbrown;
text-decoration: none;
}
// Make space for icons
&:before {
margin-right: 20px;
@ -401,6 +401,12 @@
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) {
textarea {
max-width: 100%;