mirror of
https://github.com/zadam/trilium.git
synced 2025-02-25 07:25:32 +08:00
avoid weird button shrinking when window size is too small, fixes #1745
This commit is contained in:
parent
71c3fd5cbb
commit
e648505ad3
1 changed files with 4 additions and 0 deletions
|
@ -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%;
|
||||
|
|
Loading…
Reference in a new issue