mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-03 20:06:08 +01:00 
			
		
		
		
	style(note_language): size and positioning of the help button
This commit is contained in:
		@@ -19,6 +19,15 @@ const TPL = `\
 | 
				
			|||||||
    <button class="language-help-button icon-action bx bx-help-circle" type="button" data-in-app-help="B0lcI9xz1r8K" title="${t("open-help-page")}"></button>
 | 
					    <button class="language-help-button icon-action bx bx-help-circle" type="button" data-in-app-help="B0lcI9xz1r8K" title="${t("open-help-page")}"></button>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <style>
 | 
					    <style>
 | 
				
			||||||
 | 
					        .note-language-widget {
 | 
				
			||||||
 | 
					            display: flex;
 | 
				
			||||||
 | 
					            align-items: center;
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        .language-help-button {
 | 
				
			||||||
 | 
					            margin-left: 4px;
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        .note-language-dropdown [dir=rtl] {
 | 
					        .note-language-dropdown [dir=rtl] {
 | 
				
			||||||
            text-align: right;
 | 
					            text-align: right;
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -552,7 +552,8 @@ optgroup {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
/* Switches */
 | 
					/* Switches */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.switch-widget.component {
 | 
					.switch-widget.component,
 | 
				
			||||||
 | 
					.note-language-container {
 | 
				
			||||||
    --icon-button-size: 28px;
 | 
					    --icon-button-size: 28px;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user