From 07fd8cf6cdf070911403338f2013fd6e94c87e61 Mon Sep 17 00:00:00 2001 From: Mario Date: Wed, 15 Feb 2023 08:51:23 +0000 Subject: restructure wall-item-head --- view/css/conversation.css | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'view/css') diff --git a/view/css/conversation.css b/view/css/conversation.css index bd6401f45..03713e6eb 100644 --- a/view/css/conversation.css +++ b/view/css/conversation.css @@ -100,12 +100,6 @@ border-top: 0.2rem solid var(--bs-blue); } -.wall-item-info { - display: block; - float: left; - margin-right: .75rem; -} - .wall-item-wrapper { margin-left: .75rem; } @@ -147,18 +141,6 @@ a.wall-item-name-link { font-weight: bold !important; } -.wall-item-author { - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; -} - -.wall-item-ago, -.wall-item-ago i { - font-size: 0.75rem; - line-height: 1.1; -} - .wall-item-ago .fa-check { cursor: pointer; } -- cgit v1.2.3