mirror of
				https://github.com/hydralauncher/hydra.git
				synced 2025-03-09 15:40:26 +00:00 
			
		
		
		
	Merge branch 'main' into romanian
This commit is contained in:
		
						commit
						42864a4bea
					
				
					 2 changed files with 9 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -21,6 +21,11 @@ export const downloadTitle = style({
 | 
			
		|||
  },
 | 
			
		||||
});
 | 
			
		||||
 | 
			
		||||
export const repackTitle = style({
 | 
			
		||||
  maxHeight: "40px",
 | 
			
		||||
  overflow: "hidden",
 | 
			
		||||
});
 | 
			
		||||
 | 
			
		||||
export const downloaderName = style({
 | 
			
		||||
  color: "#c0c1c7",
 | 
			
		||||
  fontSize: "10px",
 | 
			
		||||
| 
						 | 
				
			
			@ -112,14 +117,16 @@ export const downloadDetails = style({
 | 
			
		|||
 | 
			
		||||
export const downloadRightContent = style({
 | 
			
		||||
  display: "flex",
 | 
			
		||||
  alignItems: "center",
 | 
			
		||||
  padding: `${SPACING_UNIT * 2}px`,
 | 
			
		||||
  flex: "1",
 | 
			
		||||
  gap: `${SPACING_UNIT}px`,
 | 
			
		||||
});
 | 
			
		||||
 | 
			
		||||
export const downloadActions = style({
 | 
			
		||||
  height: "fit-content",
 | 
			
		||||
  display: "flex",
 | 
			
		||||
  alignItems: "center",
 | 
			
		||||
  alignItems: "stretch",
 | 
			
		||||
  gap: `${SPACING_UNIT}px`,
 | 
			
		||||
});
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -101,7 +101,7 @@ export function Downloads() {
 | 
			
		|||
    if (game.progress === 1) {
 | 
			
		||||
      return (
 | 
			
		||||
        <>
 | 
			
		||||
          <p>{game.repack?.title}</p>
 | 
			
		||||
          <p className={styles.repackTitle}>{game.repack?.title}</p>
 | 
			
		||||
          <p>{t("completed")}</p>
 | 
			
		||||
        </>
 | 
			
		||||
      );
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue