mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
borderless title bar buttons
This commit is contained in:
parent
5769587305
commit
989a003d2f
@ -14,7 +14,7 @@ const TPL = `
|
||||
.global-menu button {
|
||||
margin-right: 10px;
|
||||
height: 33px;
|
||||
border-bottom: none;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.global-menu .dropdown-menu {
|
||||
|
@ -7,7 +7,14 @@ const TPL = `
|
||||
<style>
|
||||
.title-bar-buttons {
|
||||
margin-top: 4px;
|
||||
min-width: 100px;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.title-bar-buttons button {
|
||||
border: none;
|
||||
font-size: 150%;
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
}
|
||||
</style>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user