Collapsed textareas are like buttons. They should not grow/shrink in size if app font-size changes.
This commit is contained in:
@@ -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