0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-01 02:41:39 -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 b3a11e9cb9
commit 05a7b5fad6
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