mirror of
https://github.com/zadam/trilium.git
synced 2026-05-06 20:17:01 +02:00
client: Improve classic toolbar layout on mobile
This commit is contained in:
@@ -20,6 +20,15 @@ const TPL = `\
|
||||
.classic-toolbar-widget .ck.ck-button.ck-disabled {
|
||||
opacity: 0.3;
|
||||
}
|
||||
|
||||
body.mobile .classic-toolbar-widget {
|
||||
position: relative;
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
body.mobile .classic-toolbar-widget .ck.ck-toolbar {
|
||||
position: absolute;
|
||||
}
|
||||
</style>
|
||||
`;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user