mirror of
https://github.com/discourse/discourse.git
synced 2025-01-18 16:52:45 +08:00
UX: improve edit history display (#21474)
This commit is contained in:
parent
e880ede3d8
commit
d537265ddd
|
@ -31,9 +31,28 @@
|
|||
padding: 5px;
|
||||
}
|
||||
|
||||
#revisions .row:first-of-type {
|
||||
margin-top: 10px;
|
||||
#revisions {
|
||||
.row:first-of-type {
|
||||
margin-top: 10px;
|
||||
}
|
||||
table {
|
||||
thead {
|
||||
th {
|
||||
padding-bottom: 2px;
|
||||
font-weight: bold;
|
||||
color: var(--primary);
|
||||
}
|
||||
}
|
||||
|
||||
td {
|
||||
padding: 3px 3px 3px 0.5em;
|
||||
img {
|
||||
max-width: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
ins,
|
||||
.diff-ins {
|
||||
code,
|
||||
|
|
|
@ -8,9 +8,6 @@
|
|||
.modal-inner-container {
|
||||
min-height: 400px;
|
||||
}
|
||||
#revisions {
|
||||
max-width: 90vw;
|
||||
}
|
||||
#revision-numbers {
|
||||
line-height: var(--line-height-large);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user