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:
parent
48b83a9dc7
commit
e9a976c7a5
1 changed files with 8 additions and 2 deletions
|
@ -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%;
|
||||
|
|
Loading…
Add table
Reference in a new issue