Improve edit history styling
This commit is contained in:
parent
09b84f5b84
commit
5406b60416
@ -5,10 +5,10 @@
|
||||
|
||||
|
||||
.edit-history-timestamp {
|
||||
font-size: 1rem;
|
||||
font-size: 0.9em;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.edit-history-username {
|
||||
font-size: 0.9rem;
|
||||
font-size: 0.9em;
|
||||
}
|
@ -1,10 +1,15 @@
|
||||
.edit-history-category-summary {
|
||||
margin-top: 1.5rem;
|
||||
}
|
||||
|
||||
.edit-history-category-summary ul {
|
||||
list-style: none;
|
||||
padding-left: 1em;
|
||||
padding-left: 0.5em;
|
||||
}
|
||||
|
||||
.edit-history-category-title {
|
||||
font-size: 1rem;
|
||||
font-size: 0.9em;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.edit-history-diff {
|
||||
|
@ -1,3 +1,7 @@
|
||||
.edit-history {
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
.edit-history-list {
|
||||
list-style: none;
|
||||
padding-left: 1rem;
|
||||
|
@ -30,10 +30,6 @@
|
||||
z-index: 1000;
|
||||
}
|
||||
|
||||
.edit-history {
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.section-header {
|
||||
position: sticky;
|
||||
|
Loading…
Reference in New Issue
Block a user