fixed the empty state styling on smallframe [ci skip]
This commit is contained in:
parent
34d98a6d3c
commit
a5f023354a
2 changed files with 8 additions and 0 deletions
|
|
@ -83,6 +83,8 @@ app.views.framerContent = app.views.Base.extend({
|
|||
});
|
||||
|
||||
app.views.Post.EditableSmallFrame = app.views.Post.SmallFrame.extend({
|
||||
className : "canvas-frame editable",
|
||||
|
||||
events : {
|
||||
"keyup [contentEditable]" : "setFormAttrs"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -271,6 +271,7 @@ color: white;
|
|||
}
|
||||
}
|
||||
|
||||
&.editable,
|
||||
&.big-text {
|
||||
.text-content {
|
||||
display : table;
|
||||
|
|
@ -289,6 +290,11 @@ color: white;
|
|||
}
|
||||
}
|
||||
|
||||
&.editable p {
|
||||
min-width : 225px;
|
||||
min-height : 225px;
|
||||
}
|
||||
|
||||
&.x2.big-text .text-content {
|
||||
width : $two-column-width - 40 + px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue