0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00

Mac height for profile, cover & logo images in settings

Closes #43 & #45
This commit is contained in:
Paul Adam Davis 2014-06-24 17:13:45 +01:00
parent 09713d841e
commit b33f48bf70
3 changed files with 5 additions and 2 deletions

View file

@ -210,6 +210,7 @@
img {
max-width: 100%;
max-height: 400px;
}
display: none;

View file

@ -138,6 +138,8 @@
.user-profile-header {
position: relative;
max-height: 400px;
overflow: hidden;
// Gradient overlay
&:after {

File diff suppressed because one or more lines are too long