Added max-height to designsettings and attachment view images
This commit is contained in:
@@ -1033,6 +1033,7 @@ left:40%;
|
|||||||
}
|
}
|
||||||
#attachment_view img {
|
#attachment_view img {
|
||||||
max-width:480px;
|
max-width:480px;
|
||||||
|
max-height:480px;
|
||||||
}
|
}
|
||||||
#attachment_view #oembed_info {
|
#attachment_view #oembed_info {
|
||||||
margin-top:11px;
|
margin-top:11px;
|
||||||
@@ -1278,6 +1279,7 @@ margin-bottom:0;
|
|||||||
|
|
||||||
#form_settings_design #settings_design_background-image img {
|
#form_settings_design #settings_design_background-image img {
|
||||||
max-width:480px;
|
max-width:480px;
|
||||||
|
max-height:480px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#form_settings_design #settings_design_color .form_data,
|
#form_settings_design #settings_design_color .form_data,
|
||||||
|
Reference in New Issue
Block a user