mirror of
https://github.com/zadam/trilium.git
synced 2026-01-03 21:24:24 +01:00
style(revisions): prevent buttons from overflowing
This commit is contained in:
parent
29b70a12bd
commit
0d74998625
@ -63,11 +63,8 @@ body.mobile .revisions-dialog {
|
||||
}
|
||||
|
||||
.revisions-dialog {
|
||||
.file-preview-table {
|
||||
th,
|
||||
td {
|
||||
padding: 0.25em 0;
|
||||
}
|
||||
.revision-title-buttons {
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.revision-content.type-file {
|
||||
@ -75,6 +72,13 @@ body.mobile .revisions-dialog {
|
||||
min-width: 0;
|
||||
min-height: 0;
|
||||
|
||||
.file-preview-table {
|
||||
th,
|
||||
td {
|
||||
padding: 0.25em 0;
|
||||
}
|
||||
}
|
||||
|
||||
.revision-file-preview {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user