diff options
author | Mario <mario@mariovavti.com> | 2023-02-15 08:51:23 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2023-02-15 08:51:23 +0000 |
commit | 07fd8cf6cdf070911403338f2013fd6e94c87e61 (patch) | |
tree | 6b352c313f8c0495e7ca5072647736b1b5963ced /view/css | |
parent | e7fb56447ae84bf6ebac6b244bc22a8a626eb041 (diff) | |
download | volse-hubzilla-07fd8cf6cdf070911403338f2013fd6e94c87e61.tar.gz volse-hubzilla-07fd8cf6cdf070911403338f2013fd6e94c87e61.tar.bz2 volse-hubzilla-07fd8cf6cdf070911403338f2013fd6e94c87e61.zip |
restructure wall-item-head
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/conversation.css | 18 |
1 files changed, 0 insertions, 18 deletions
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; } |