mirror of
https://github.com/zadam/trilium.git
synced 2026-01-07 23:24:25 +01:00
style(revisions): minor spacing adjustments to file table
This commit is contained in:
parent
2840ea0f38
commit
2b2ef4251f
@ -61,3 +61,12 @@ body.mobile .revisions-dialog {
|
|||||||
height: fit-content;
|
height: fit-content;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.revisions-dialog {
|
||||||
|
.file-preview-table {
|
||||||
|
th,
|
||||||
|
td {
|
||||||
|
padding: 0.25em 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
@ -359,7 +359,7 @@ function RevisionFooter({ note }: { note?: FNote }) {
|
|||||||
|
|
||||||
function FilePreview({ revisionItem, fullRevision }: { revisionItem: RevisionItem, fullRevision: RevisionPojo }) {
|
function FilePreview({ revisionItem, fullRevision }: { revisionItem: RevisionItem, fullRevision: RevisionPojo }) {
|
||||||
return (
|
return (
|
||||||
<table cellPadding="10">
|
<table className="file-preview-table">
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<th>{t("revisions.mime")}</th>
|
<th>{t("revisions.mime")}</th>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user