Greasy Fork is available in English.

ygg.CSS

works with https://greasyfork.org/fr/scripts/394971-ygg-js

/* ==UserStyle==
@name           ygg.CSS
@namespace      github.com/openstyles/stylus
@version        1.0.1
@description    works with https://greasyfork.org/fr/scripts/394971-ygg-js
@author         CoCtiC
==/UserStyle== */

@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto+Mono&display=swap');
@-moz-document domain("yggtorrent.se") {
	.cellContent {
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
	}
	
	.directLink {
		padding: 6px !important;
		margin: 0 !important;
		flex: 1 0 10%;
	}
		
	.movieLink {
		flex: 9 0 50%;
	}
	
	
}