mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
@@ -84,23 +84,16 @@
|
||||
.compose_table .pm_recipient {
|
||||
margin: 0px 20px 0px 10px;
|
||||
display: flex;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.compose_table #private-message .to_text {
|
||||
width: 65px;
|
||||
vertical-align: top;
|
||||
vertical-align: middle;
|
||||
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.compose_table #private-message .to_text span {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
position: relative;
|
||||
top: -1px;
|
||||
}
|
||||
|
||||
.compose_table #compose-lock-icon {
|
||||
position: relative;
|
||||
left: 5px;
|
||||
|
@@ -109,7 +109,7 @@
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
.pm_recipient .pill-container .pill + .input:focus:empty::before {
|
||||
.pm_recipient .pill-container .pill + .input:empty::before {
|
||||
content: attr(data-some-recipients-text);
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
Reference in New Issue
Block a user