mirror of
https://github.com/zadam/trilium.git
synced 2025-11-07 05:46:10 +01:00
backend API to create a launcher
This commit is contained in:
@@ -20,7 +20,7 @@ const TPL = `
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.floating-buttons-children > button {
|
||||
.floating-buttons-children > button, .floating-buttons-children .floating-button {
|
||||
font-size: 150%;
|
||||
padding: 5px 10px 4px 10px;
|
||||
width: 40px;
|
||||
@@ -33,7 +33,7 @@ const TPL = `
|
||||
justify-content: space-around;
|
||||
}
|
||||
|
||||
.floating-buttons-children > button:hover {
|
||||
.floating-buttons-children > button:hover, .floating-buttons-children .floating-button:hover {
|
||||
text-decoration: none;
|
||||
border-color: var(--button-border-color);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user