style(client): remove 10px padding if full width file

This commit is contained in:
Elian Doran 2025-02-08 22:05:02 +02:00
parent 90ca4e923e
commit 9d517988ce
No known key found for this signature in database

View File

@ -16,6 +16,10 @@ const TPL = `
height: 100%;
}
.note-split.full-content-width .note-detail-file {
padding: 0;
}
.file-preview-content {
background-color: var(--accented-background-color);
padding: 15px;