瀏覽代碼

[web] fix mailbox badge height

Signed-off-by: Kristian Feldsam <feldsam@gmail.com>
Kristian Feldsam 2 年之前
父節點
當前提交
6507b53bbb
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      data/web/css/site/mailbox.css

+ 3 - 1
data/web/css/site/mailbox.css

@@ -66,4 +66,6 @@ table tbody tr td input[type="checkbox"] {
   padding: .2em .4em .3em !important;
   padding: .2em .4em .3em !important;
   background-color: #ececec!important;
   background-color: #ececec!important;
 }
 }
-
+.badge.bg-info .bi {
+  font-size: inherit;
+}