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:
parent
09713d841e
commit
b33f48bf70
3 changed files with 5 additions and 2 deletions
|
@ -210,6 +210,7 @@
|
||||||
|
|
||||||
img {
|
img {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
max-height: 400px;
|
||||||
}
|
}
|
||||||
|
|
||||||
display: none;
|
display: none;
|
||||||
|
|
|
@ -138,6 +138,8 @@
|
||||||
|
|
||||||
.user-profile-header {
|
.user-profile-header {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
max-height: 400px;
|
||||||
|
overflow: hidden;
|
||||||
|
|
||||||
// Gradient overlay
|
// Gradient overlay
|
||||||
&:after {
|
&:after {
|
||||||
|
|
4
ghost/admin/docs/dist/css/ghost-ui.min.css
vendored
4
ghost/admin/docs/dist/css/ghost-ui.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue