浏览代码

Make actions column wider

sbkwgh 7 年之前
父节点
当前提交
ebbf8da072
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      frontend/src/components/routes/AdminModerationReports.vue

+ 2 - 2
frontend/src/components/routes/AdminModerationReports.vue

@@ -219,7 +219,7 @@
 			}
 
 			@at-root #{&}__post {
-				width: 40%;
+				width: 35%;
 
 				@at-root #{&}__header {
 					display: flex;
@@ -252,7 +252,7 @@
 				}
 			}
 			@at-root #{&}__actions {
-				width: 25%;
+				width: 30%;
 				display: flex;
 				align-items: center;