mirror of https://github.com/zulip/zulip.git
css: Merge `.message_controls` css ruleset in zulip.scss.
This commit is contained in:
parent
ce07d8514a
commit
59e3c14211
|
@ -2868,7 +2868,7 @@ select.inline_select_topic_edit {
|
||||||
|
|
||||||
.message_controls {
|
.message_controls {
|
||||||
width: 56px;
|
width: 56px;
|
||||||
right: -10px;
|
right: 40px;
|
||||||
top: 0px;
|
top: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -2884,10 +2884,6 @@ select.inline_select_topic_edit {
|
||||||
right: -5px;
|
right: -5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.message_controls {
|
|
||||||
right: 40px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.sender_name {
|
.sender_name {
|
||||||
max-width: 250px;
|
max-width: 250px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
Loading…
Reference in New Issue