mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 18:08:33 +02:00
style tweak of sidebar headers
This commit is contained in:
parent
5f6dd18489
commit
e2fcc6711a
@ -40,11 +40,11 @@ const RIGHT_PANE_CSS = `
|
|||||||
|
|
||||||
#right-pane .card-header {
|
#right-pane .card-header {
|
||||||
background: inherit;
|
background: inherit;
|
||||||
padding: 3px 10px 3px 10px;
|
padding: 6px 10px 3px 10px;
|
||||||
width: 99%; /* to give minimal right margin */
|
width: 99%; /* to give minimal right margin */
|
||||||
background-color: var(--button-background-color);
|
background-color: var(--button-background-color);
|
||||||
border-color: var(--button-border-color);
|
border-color: var(--button-border-color);
|
||||||
border-width: 1px;
|
border-width: 0 0 1px 0;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
2
src/www
2
src/www
@ -99,7 +99,7 @@ async function startTrilium() {
|
|||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
httpServer.on('listening', () => log.info('Listening on port' + httpServer.address().port));
|
httpServer.on('listening', () => log.info('Listening on port ' + httpServer.address().port));
|
||||||
|
|
||||||
ws.init(httpServer, sessionParser);
|
ws.init(httpServer, sessionParser);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user