mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-03 20:06:08 +01:00 
			
		
		
		
	fix(mobile): position of classic toolbar on tablet view
This commit is contained in:
		@@ -138,6 +138,7 @@ export default class MobileLayout {
 | 
			
		||||
                    .css("padding-left", "0")
 | 
			
		||||
                    .css("padding-right", "0")
 | 
			
		||||
                    .css('max-height', '100%')
 | 
			
		||||
                    .css("position", "relative")
 | 
			
		||||
                    .child(new FlexContainer('row').contentSized()
 | 
			
		||||
                        .css('font-size', 'larger')
 | 
			
		||||
                        .css('align-items', 'center')
 | 
			
		||||
 
 | 
			
		||||
@@ -23,9 +23,9 @@ const TPL = `\
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    body.mobile .classic-toolbar-widget {
 | 
			
		||||
        position: fixed;
 | 
			
		||||
        position: absolute;
 | 
			
		||||
        left: 0;
 | 
			
		||||
        bottom: var(--launcher-pane-size);
 | 
			
		||||
        bottom: 0;
 | 
			
		||||
        right: 0;
 | 
			
		||||
        overflow-x: auto;
 | 
			
		||||
        background: var(--main-background-color);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user