mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-04 05:28:59 +01:00 
			
		
		
		
	Merge remote-tracking branch 'upstream-next/develop' into feature/i18n-part2
This commit is contained in:
		
						commit
						ff3effdb31
					
				@ -837,18 +837,24 @@ body {
 | 
				
			|||||||
    scrollbar-color: var(--scrollbar-background-color) var(--main-background-color);
 | 
					    scrollbar-color: var(--scrollbar-background-color) var(--main-background-color);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
::-webkit-scrollbar {
 | 
					@supports selector(::-webkit-scrollbar) {
 | 
				
			||||||
    width: 12px;
 | 
					    body {
 | 
				
			||||||
}
 | 
					        scrollbar-color: unset;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
::-webkit-scrollbar-thumb {
 | 
					    ::-webkit-scrollbar {
 | 
				
			||||||
 | 
					        width: 12px;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					    
 | 
				
			||||||
 | 
					    ::-webkit-scrollbar-thumb {
 | 
				
			||||||
        border-radius: 5px;
 | 
					        border-radius: 5px;
 | 
				
			||||||
        border: 1px solid var(--scrollbar-border-color);
 | 
					        border: 1px solid var(--scrollbar-border-color);
 | 
				
			||||||
        background-color: var(--scrollbar-background-color);
 | 
					        background-color: var(--scrollbar-background-color);
 | 
				
			||||||
}
 | 
					    }
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
::-webkit-scrollbar-corner {
 | 
					    ::-webkit-scrollbar-corner {
 | 
				
			||||||
        background-color: inherit;
 | 
					        background-color: inherit;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[data-toggle="tooltip"]:not(.button-widget) span {
 | 
					[data-toggle="tooltip"]:not(.button-widget) span {
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										1123
									
								
								src/public/translations/es/translation.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1123
									
								
								src/public/translations/es/translation.json
									
									
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							@ -137,9 +137,13 @@ function getSupportedLocales() {
 | 
				
			|||||||
            "id": "en",
 | 
					            "id": "en",
 | 
				
			||||||
            "name": "English"
 | 
					            "name": "English"
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
 | 
					        {
 | 
				
			||||||
 | 
					            "id": "es",
 | 
				
			||||||
 | 
					            "name": "Español"
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
            "id": "cn",
 | 
					            "id": "cn",
 | 
				
			||||||
            "name": "Chinese"
 | 
					            "name": "简体中文"
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
    ];
 | 
					    ];
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user