style(revisions): prevent buttons from overflowing

This commit is contained in:
Elian Doran 2026-01-02 19:47:07 +02:00
parent 29b70a12bd
commit 0d74998625
No known key found for this signature in database

View File

@ -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;