]> git.openstreetmap.org Git - rails.git/commitdiff
Remove message header custom css
authorAnton Khorev <tony29@yandex.ru>
Thu, 10 Aug 2023 17:47:41 +0000 (20:47 +0300)
committerAnton Khorev <tony29@yandex.ru>
Thu, 10 Aug 2023 17:47:41 +0000 (20:47 +0300)
app/assets/stylesheets/common.scss
app/views/messages/show.html.erb

index 5e0c00259c2a0720ff678e47eb4e68d2f53696ca..ae942428802647dd24528e91ec40d86bb239567b 100644 (file)
@@ -1150,20 +1150,6 @@ tr.turn:hover {
   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 {
   white-space: nowrap;
 }
index 0acfa88e19185ccf37bf23bdbbc8f86b6d83f259..4761aac60d95d4cd5de4dfa4f1481f85248e5a7f 100644 (file)
@@ -2,7 +2,7 @@
   <h1><%= @message.title %></h1>
 <% 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 %>
     <%= user_thumbnail_tiny @message.sender %>
     <%= link_to @message.sender.display_name, user_path(@message.sender) %>