backport not deforming standard top widget in small window size from master

This commit is contained in:
zadam 2021-03-31 22:59:07 +02:00
parent b89ea9a684
commit bc14c3d665

View File

@ -14,6 +14,10 @@ const TPL = `
height: 35px;
}
.standard-top-widget > div {
flex-shrink: 0; /* fixes https://github.com/zadam/trilium/issues/1745 */
}
.standard-top-widget button.noborder {
padding: 1px 5px 1px 5px;
font-size: 90%;