Parcourir la source

Make actions column wider

sbkwgh il y a 7 ans
Parent
commit
ebbf8da072
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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;