From 3e8cd9d84b41e17505a22652b745f552b24315c6 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Wed, 21 Dec 2022 00:12:08 +0100 Subject: css: Remove broken (and invisible) CSS. --- assets/mumi.scss | 25 ------------------------- 1 file changed, 25 deletions(-) (limited to 'assets') diff --git a/assets/mumi.scss b/assets/mumi.scss index ccf906f..11bb706 100644 --- a/assets/mumi.scss +++ b/assets/mumi.scss @@ -520,31 +520,6 @@ details { } @media (min-width: 768px) { - .message .card-header:before { - content: ""; - border-color: transparent; - border-right-color: #ddd; - border-style: solid solid outset; - border-width: 10px; - height: 0; - width: 0; - margin-left: -40px; - top: calc(1rem - 1px); - position: absolute; - } - .message .card:before { - content: ""; - border-color: transparent; - border-right-color: #f8f9fa; - border-style: solid solid outset; - border-width: 9px; - height: 0; - width: 0; - left: -18px; - top: 1rem; - position: absolute; - z-index: 10; - } .message .from .avatar { display: none; } -- cgit v1.2.3