mirror of
https://github.com/zulip/zulip.git
synced 2025-11-07 07:23:22 +00:00
Add paragraph spacing, a slightly larger gravatar, +1px to line-height, and a bit more padding between messages.
(imported from commit c495c0f747e671318e737ddfaea5ff801fc12a97)
This commit is contained in:
@@ -573,7 +573,7 @@ table.focused_table {
|
|||||||
|
|
||||||
.message_content {
|
.message_content {
|
||||||
margin-top: 3px;
|
margin-top: 3px;
|
||||||
line-height: 17px;
|
line-height: 18px;
|
||||||
}
|
}
|
||||||
@media (max-width: 480px) {
|
@media (max-width: 480px) {
|
||||||
.message_content {
|
.message_content {
|
||||||
@@ -614,7 +614,7 @@ blockquote p {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.messagebox {
|
.messagebox {
|
||||||
padding: 3px 60px 0px 5px;
|
padding: 7px 60px 0px 7px;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
@@ -622,7 +622,7 @@ blockquote p {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.messagebox p {
|
.messagebox p {
|
||||||
margin-bottom: 0px;
|
margin-bottom: 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.messagebox blockquote {
|
.messagebox blockquote {
|
||||||
@@ -697,20 +697,16 @@ blockquote p {
|
|||||||
|
|
||||||
.inline_profile_picture {
|
.inline_profile_picture {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 17px;
|
width: 20px;
|
||||||
height: 17px;
|
height: 20px;
|
||||||
background-size: 17px 17px;
|
background-size: 20px 20px;
|
||||||
border-radius: 17px;
|
border-radius: 20px;
|
||||||
border: 1px solid #CCC;
|
border: 1px solid #CCC;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
position: relative;
|
position: relative;
|
||||||
left: -1px;
|
left: -1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.private-message .inline_profile_picture {
|
|
||||||
border-color: #FFF;
|
|
||||||
}
|
|
||||||
|
|
||||||
#compose {
|
#compose {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
bottom: 0px;
|
bottom: 0px;
|
||||||
|
|||||||
Reference in New Issue
Block a user