From 9133250a42f53042d2a5f4c8da5f2b2395da9b74 Mon Sep 17 00:00:00 2001 From: user Date: Mon, 30 Apr 2018 16:12:53 +0300 Subject: [PATCH] Useless CSS rule for the caption has deleted --- website/client/components/userMenu/inbox.vue | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/website/client/components/userMenu/inbox.vue b/website/client/components/userMenu/inbox.vue index 92c94aa9b5..ab8d9c8ac2 100644 --- a/website/client/components/userMenu/inbox.vue +++ b/website/client/components/userMenu/inbox.vue @@ -167,24 +167,6 @@ .conversation:hover { cursor: pointer; } - - .caption-disabled { - display: flex; - flex-direction: column; - - padding: 20px; - - align-items: center; - - .envelope { - width: 30px; - margin-top: 0; - } - - h3 { - margin-top: 1em; - } - }