mirror of
				https://github.com/TriliumNext/Notes.git
				synced 2025-11-04 07:01:31 +08:00 
			
		
		
		
	style(next): turn "Only in desktop" into a subheading
This commit is contained in:
		
							parent
							
								
									caf9b92db5
								
							
						
					
					
						commit
						b86cd01169
					
				@ -39,8 +39,7 @@ const TPL = `
 | 
				
			|||||||
                            <ul>
 | 
					                            <ul>
 | 
				
			||||||
                                <li>${t('help.newTabNoteLink')}</li>
 | 
					                                <li>${t('help.newTabNoteLink')}</li>
 | 
				
			||||||
                            </ul>
 | 
					                            </ul>
 | 
				
			||||||
 | 
					                            <h6>${t('help.onlyInDesktop')}:</h6>
 | 
				
			||||||
                            ${t('help.onlyInDesktop')}:
 | 
					 | 
				
			||||||
                            <ul>
 | 
					                            <ul>
 | 
				
			||||||
                                <li><kbd data-command="openNewTab">${t('help.notSet')}</kbd> ${t('help.openEmptyTab')}</li>
 | 
					                                <li><kbd data-command="openNewTab">${t('help.notSet')}</kbd> ${t('help.openEmptyTab')}</li>
 | 
				
			||||||
                                <li><kbd data-command="closeActiveTab">${t('help.notSet')}</kbd> ${t('help.closeActiveTab')}</li>
 | 
					                                <li><kbd data-command="closeActiveTab">${t('help.notSet')}</kbd> ${t('help.closeActiveTab')}</li>
 | 
				
			||||||
 | 
				
			|||||||
@ -1576,12 +1576,22 @@ body .calendar-dropdown-widget .calendar-body a:hover {
 | 
				
			|||||||
    background: var(--card-background-color);
 | 
					    background: var(--card-background-color);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.help-dialog .card-body h5 {
 | 
					.help-dialog .card-body h5,
 | 
				
			||||||
 | 
					.help-dialog .card-body h6 {
 | 
				
			||||||
    color: #797979;
 | 
					    color: #797979;
 | 
				
			||||||
    font-size: 20px;
 | 
					 | 
				
			||||||
    font-weight: 600;
 | 
					    font-weight: 600;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.help-dialog .card-body h5 {
 | 
				
			||||||
 | 
					    font-size: 20px;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.help-dialog .card-body h6 {
 | 
				
			||||||
 | 
					    font-size: 15px;
 | 
				
			||||||
 | 
					    padding-bottom: .5em;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.help-dialog .help-cards ul {
 | 
					.help-dialog .help-cards ul {
 | 
				
			||||||
    list-style-type: none;
 | 
					    list-style-type: none;
 | 
				
			||||||
    padding: 0;
 | 
					    padding: 0;
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user