aboutsummaryrefslogtreecommitdiff
path: root/src/App.scss
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2020-10-31 13:59:58 +0200
committerHenry Jameson <me@hjkos.com>2020-10-31 13:59:58 +0200
commitfb00f8459cc44217492ab388b08686942639a384 (patch)
tree303b65d4a2d4035fec819928f1c50c3203ba51d9 /src/App.scss
parent0653f189946ddbd65a2455e6929927c3d721ec82 (diff)
fix chat count
Diffstat (limited to 'src/App.scss')
-rw-r--r--src/App.scss16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/App.scss b/src/App.scss
index 05e73b4b..1800d816 100644
--- a/src/App.scss
+++ b/src/App.scss
@@ -824,22 +824,6 @@ nav {
background-color: var(--panel, $fallback--fg);
}
-.unread-chat-count {
- font-size: 0.9em;
- font-weight: bolder;
- font-style: normal;
- position: absolute;
- right: 0.6rem;
- padding: 0 0.3em;
- min-width: 1.3rem;
- min-height: 1.3rem;
- max-height: 1.3rem;
- line-height: 1.3rem;
- max-width: 10em;
- overflow: hidden;
- text-overflow: ellipsis;
-}
-
.chat-layout {
// Needed for smoother chat navigation in the desktop Safari (otherwise the chat layout "jumps" as the chat opens).
overflow: hidden;