minor mobile editor tweaks
This commit is contained in:
parent
5dbf707cb3
commit
bf5ef3aec3
|
@ -16,9 +16,8 @@ display: none;
|
||||||
#reply-control {
|
#reply-control {
|
||||||
.composer-bottom-right {
|
.composer-bottom-right {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: -37px;
|
bottom: -47px;
|
||||||
right: 5px;
|
right: -5px;
|
||||||
margin-top: 0;
|
|
||||||
}
|
}
|
||||||
.toggle-preview { display:none; }
|
.toggle-preview { display:none; }
|
||||||
.mobile-file-upload {
|
.mobile-file-upload {
|
||||||
|
@ -138,7 +137,7 @@ display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.contents {
|
.contents {
|
||||||
padding: 10px 10px 0 10px;
|
padding: 8px 5px 0 5px;
|
||||||
.form-element {
|
.form-element {
|
||||||
.select2-container {
|
.select2-container {
|
||||||
width: 99%;
|
width: 99%;
|
||||||
|
@ -222,7 +221,7 @@ display: none;
|
||||||
right: 10px;
|
right: 10px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 40px;
|
top: 40px;
|
||||||
bottom: 54px;
|
bottom: 64px;
|
||||||
display: block;
|
display: block;
|
||||||
|
|
||||||
|
|
||||||
|
@ -234,12 +233,12 @@ display: none;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
background-color: $secondary;
|
background-color: $secondary;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
#wmd-input {
|
#wmd-input {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 0;
|
left: 0;
|
||||||
top: 0;
|
top: 0;
|
||||||
font-size: 16px;
|
|
||||||
}
|
}
|
||||||
.textarea-wrapper {
|
.textarea-wrapper {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
|
@ -419,19 +419,12 @@ background-color: scale-color($danger, $lightness: 75%);
|
||||||
border-right: 0;
|
border-right: 0;
|
||||||
padding-right: 4px;
|
padding-right: 4px;
|
||||||
padding-left: 5px;
|
padding-left: 5px;
|
||||||
border-radius: 4px 0 0 4px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.deleted-user-avatar {
|
.deleted-user-avatar {
|
||||||
font-size: 36px;
|
font-size: 36px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.staff a {
|
|
||||||
border-radius: 4px;
|
|
||||||
padding: 4px;
|
|
||||||
margin: -4px 0 0 -4px;
|
|
||||||
}
|
|
||||||
|
|
||||||
span.btn-text {display: none;}
|
span.btn-text {display: none;}
|
||||||
|
|
||||||
blockquote {
|
blockquote {
|
||||||
|
|
Loading…
Reference in New Issue