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