mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-09-30 17:41:32 +08:00
style(client): remove 10px padding if full width file
This commit is contained in:
parent
90ca4e923e
commit
9d517988ce
@ -16,6 +16,10 @@ const TPL = `
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.note-split.full-content-width .note-detail-file {
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.file-preview-content {
|
.file-preview-content {
|
||||||
background-color: var(--accented-background-color);
|
background-color: var(--accented-background-color);
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user