Skip to content

Commit

Permalink
compose: Fix alignment of stream privacy icons in banner box.
Browse files Browse the repository at this point in the history
  • Loading branch information
srdeotarse committed Jan 7, 2022
1 parent 692b6b0 commit a7add53
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion static/styles/compose.css
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@

#private-message .to_text {
vertical-align: middle;

font-weight: 600;
}

Expand Down Expand Up @@ -155,6 +154,17 @@
vertical-align: middle;
}

#compose-lock-icon,
#compose-globe-icon {
position: relative;
margin-left: 3px;
width: 0;
}

.hashtag {
margin-right: -2px;
}

#send_message_form {
margin: 0;
height: 100%;
Expand Down

0 comments on commit a7add53

Please sign in to comment.