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