dragging the tab vertically by 100px will now move it to a new window (chrome like behavior)

This commit is contained in:
zadam 2021-03-21 23:35:13 +01:00
parent e648505ad3
commit 56f97f1081
2 changed files with 16 additions and 2 deletions

View file

@ -15,7 +15,7 @@ const TPL = `
}
.standard-top-widget > div {
flex-shrink: 0;
flex-shrink: 0; /* fixes https://github.com/zadam/trilium/issues/1745 */
}
.standard-top-widget button.noborder {

File diff suppressed because one or more lines are too long