Remove message header custom css
This commit is contained in:
parent
de8a60a3e3
commit
f4da0d34a0
2 changed files with 1 additions and 15 deletions
|
@ -1150,20 +1150,6 @@ tr.turn:hover {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.info-line {
|
|
||||||
margin-bottom: $lineheight;
|
|
||||||
padding: $lineheight/4 0px 4px 0px;
|
|
||||||
border-bottom: 1px solid $grey;
|
|
||||||
|
|
||||||
form, form div {
|
|
||||||
display: inline;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.info-line .user_thumbnail_tiny {
|
|
||||||
vertical-align: middle;
|
|
||||||
}
|
|
||||||
|
|
||||||
.inbox-sent {
|
.inbox-sent {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
<h1><%= @message.title %></h1>
|
<h1><%= @message.title %></h1>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
<div class='info-line d-flex gap-1 flex-wrap'>
|
<div class='mb-3 border-bottom border-grey py-1 d-flex gap-1 flex-wrap'>
|
||||||
<% if current_user == @message.recipient %>
|
<% if current_user == @message.recipient %>
|
||||||
<%= user_thumbnail_tiny @message.sender %>
|
<%= user_thumbnail_tiny @message.sender %>
|
||||||
<%= link_to @message.sender.display_name, user_path(@message.sender) %>
|
<%= link_to @message.sender.display_name, user_path(@message.sender) %>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue