mirror of
https://github.com/zadam/trilium.git
synced 2025-10-28 16:56:34 +01:00
migrated desktop CSS to the desktop layout
This commit is contained in:
@@ -28,6 +28,19 @@ const TPL = `
|
||||
font-family: var(--tree-font-family);
|
||||
font-size: var(--tree-font-size);
|
||||
}
|
||||
|
||||
.refresh-search-button {
|
||||
cursor: pointer;
|
||||
position: relative;
|
||||
top: -1px;
|
||||
border: 1px solid transparent;
|
||||
padding: 2px;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
.refresh-search-button:hover {
|
||||
border-color: var(--button-border-color);
|
||||
}
|
||||
</style>
|
||||
</div>
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user