mirror of
https://github.com/zadam/trilium.git
synced 2025-11-13 08:45:50 +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')
|
||||
|
||||
Reference in New Issue
Block a user