mirror of
https://github.com/moparisthebest/kaiwa
synced 2024-11-22 17:22:22 -05:00
[ux] fix contenteditable status height bug
This commit is contained in:
parent
c84dc53506
commit
dc59a19b1e
@ -1114,6 +1114,12 @@ button.secondary:hover:not(:disabled) {
|
|||||||
.main > div:last-of-type {
|
.main > div:last-of-type {
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
.main > div .status {
|
||||||
|
overflow: hidden;
|
||||||
|
min-height: 35px;
|
||||||
|
max-height: 50px;
|
||||||
|
height: auto;
|
||||||
|
}
|
||||||
.uploadRegion {
|
.uploadRegion {
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
-moz-border-radius: 3px;
|
-moz-border-radius: 3px;
|
||||||
@ -1128,13 +1134,6 @@ button.secondary:hover:not(:disabled) {
|
|||||||
.uploadRegion p {
|
.uploadRegion p {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
.uploadRegion input {
|
|
||||||
width: 100%;
|
|
||||||
padding: 5px;
|
|
||||||
-moz-box-sizing: border-box;
|
|
||||||
-webkit-box-sizing: border-box;
|
|
||||||
box-sizing: border-box;
|
|
||||||
}
|
|
||||||
.uploadRegion img {
|
.uploadRegion img {
|
||||||
margin: 10px 0;
|
margin: 10px 0;
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
@import '../_variables'
|
@import '../_variables'
|
||||||
@import '../_mixins'
|
@import '../_mixins'
|
||||||
|
|
||||||
|
// Settings
|
||||||
|
|
||||||
.main > div
|
.main > div
|
||||||
padding: 20px
|
padding: 20px
|
||||||
border-bottom: 1px solid $gray-lighter
|
border-bottom: 1px solid $gray-lighter
|
||||||
@ -8,6 +10,12 @@
|
|||||||
&:last-of-type
|
&:last-of-type
|
||||||
border: none
|
border: none
|
||||||
|
|
||||||
|
.status
|
||||||
|
overflow: hidden
|
||||||
|
min-height: 35px
|
||||||
|
max-height: 50px
|
||||||
|
height: auto
|
||||||
|
|
||||||
.uploadRegion
|
.uploadRegion
|
||||||
padding: 15px
|
padding: 15px
|
||||||
roundall(3px)
|
roundall(3px)
|
||||||
@ -17,10 +25,5 @@
|
|||||||
p
|
p
|
||||||
margin: 0
|
margin: 0
|
||||||
|
|
||||||
input
|
|
||||||
width: 100%
|
|
||||||
padding: 5px
|
|
||||||
borderbox()
|
|
||||||
|
|
||||||
img
|
img
|
||||||
margin: 10px 0
|
margin: 10px 0
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
CACHE MANIFEST
|
CACHE MANIFEST
|
||||||
# 0.0.1 1382695978402
|
# 0.0.1 1382696342294
|
||||||
|
|
||||||
CACHE:
|
CACHE:
|
||||||
/app.js
|
/app.js
|
||||||
|
Loading…
Reference in New Issue
Block a user