mirror of
https://github.com/zulip/zulip.git
synced 2025-11-23 07:52:35 +00:00
Make more space for the 24-hour timestamp
(imported from commit d1e145e8b6b6f3fb62732c0d59311cc47bbcf9e5)
This commit is contained in:
@@ -543,7 +543,7 @@ td.pointer {
|
|||||||
|
|
||||||
.message_time {
|
.message_time {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: -26px;
|
right: -40px;
|
||||||
top: 7px;
|
top: 7px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
@@ -556,7 +556,7 @@ td.pointer {
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 2px;
|
top: 2px;
|
||||||
right: -63px;
|
right: -80px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.message_data {
|
.message_data {
|
||||||
@@ -966,7 +966,7 @@ blockquote p {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.messagebox {
|
.messagebox {
|
||||||
padding: 7px 70px 0px 7px;
|
padding: 7px 85px 0px 7px;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
|
|||||||
Reference in New Issue
Block a user