浏览代码

Always align action items to the right even when the window is small

Shizun Ge 5 年之前
父节点
当前提交
c9618458cb
共有 2 个文件被更改,包括 4 次插入0 次删除
  1. 0 0
      ui/static/css.go
  2. 4 0
      ui/static/css/common.css

文件差异内容过多而无法显示
+ 0 - 0
ui/static/css.go


+ 4 - 0
ui/static/css/common.css

@@ -694,6 +694,10 @@ a.button {
     margin-top: 5px;
     margin-top: 5px;
 }
 }
 
 
+.item-meta ul:last-child {
+    margin-left: auto;
+}
+
 .item-meta li {
 .item-meta li {
     display: inline;
     display: inline;
 }
 }

部分文件因为文件数量过多而无法显示