mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 09:58:32 +02:00
avoid weird button shrinking when window size is too small, fixes #1745
This commit is contained in:
parent
71c3fd5cbb
commit
e648505ad3
@ -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…
x
Reference in New Issue
Block a user