Collapsed textareas are like buttons. They should not grow/shrink in size if app font-size changes.
This commit is contained in:
parent
9fa929fab5
commit
f6ee43c883
@ -16,7 +16,7 @@
|
||||
}
|
||||
|
||||
#profile-jot-text {
|
||||
height: 3.4em;
|
||||
height: 40px;
|
||||
padding: 8px;
|
||||
width: 100%;
|
||||
}
|
||||
|
@ -1847,11 +1847,11 @@ img.mail-list-sender-photo {
|
||||
}
|
||||
|
||||
#profile-jot-text::-webkit-input-placeholder {
|
||||
font-size:1.5em;
|
||||
font-size:19px;
|
||||
}
|
||||
|
||||
#profile-jot-text::-moz-placeholder {
|
||||
font-size:1.5em;
|
||||
font-size:19px;
|
||||
}
|
||||
|
||||
#profile-jot-text:focus::-webkit-input-placeholder {
|
||||
@ -1988,6 +1988,7 @@ img.mail-list-sender-photo {
|
||||
|
||||
.comment-edit-text-empty {
|
||||
color: gray;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
.comment-edit-text-full {
|
||||
|
Reference in New Issue
Block a user