Procházet zdrojové kódy

Make actions column wider

sbkwgh před 7 roky
rodič
revize
ebbf8da072

+ 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;