瀏覽代碼

Badge styling for all CSS

* Add post_id margin to allow non-badge posts to look OK
* Remove undeeded .badge_icon width as our nadges are bigger than OT
test
Tomochin 4 年之前
父節點
當前提交
d5b9bf5fed
共有 1 個檔案被更改,包括 5 行新增0 行删除
  1. +5
    -0
      static/styles/beluga/style.css

+ 5
- 0
static/styles/beluga/style.css 查看文件

@@ -1971,6 +1971,11 @@ a.last_read > svg {
margin: 3px 6px;
}

.post_id {
font-weight: normal;
margin-bottom: 12px; /* Hack to allow forum thread head column to look OK even if user has no displayed badges */
}

.forum_index h3, .forum_list h3 {
margin-top: 24px;
}


Loading…
取消
儲存