mirror of
https://github.com/zadam/trilium.git
synced 2025-11-17 10:40:41 +01:00
avoid weird button shrinking when window size is too small, fixes #1745
This commit is contained in:
@@ -14,6 +14,10 @@ const TPL = `
|
||||
height: 35px;
|
||||
}
|
||||
|
||||
.standard-top-widget > div {
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.standard-top-widget button.noborder {
|
||||
padding: 1px 5px 1px 5px;
|
||||
font-size: 90%;
|
||||
|
||||
Reference in New Issue
Block a user