瀏覽代碼

fix 4744 (#4751)

* fix

* fix
maTh 3 年之前
父節點
當前提交
c11976f587
共有 2 個文件被更改,包括 16 次插入0 次删除
  1. 8 0
      p/themes/Origine-compact/origine-compact.css
  2. 8 0
      p/themes/Origine-compact/origine-compact.rtl.css

+ 8 - 0
p/themes/Origine-compact/origine-compact.css

@@ -44,6 +44,10 @@ a.btn,
 	line-height: 30px;
 }
 
+.horizontal-list .item .item-element {
+	padding: 1px 0 0 0;
+}
+
 /*=== Dropdown */
 .item ~ .dropdown-header,
 .item.separator {
@@ -167,6 +171,10 @@ a.btn,
 	bottom: 0;
 }
 
+.flux .item.title .item-element {
+	padding: 0;
+}
+
 /*=== Content of feed articles */
 .content {
 	padding: 10px 10px;

+ 8 - 0
p/themes/Origine-compact/origine-compact.rtl.css

@@ -44,6 +44,10 @@ a.btn,
 	line-height: 30px;
 }
 
+.horizontal-list .item .item-element {
+	padding: 1px 0 0 0;
+}
+
 /*=== Dropdown */
 .item ~ .dropdown-header,
 .item.separator {
@@ -167,6 +171,10 @@ a.btn,
 	bottom: 0;
 }
 
+.flux .item.title .item-element {
+	padding: 0;
+}
+
 /*=== Content of feed articles */
 .content {
 	padding: 10px 10px;