Improve edit history styling

This commit is contained in:
Maciej Ziarkowski 2019-10-30 13:29:02 +00:00
parent 09b84f5b84
commit 5406b60416
4 changed files with 13 additions and 8 deletions

View File

@ -5,10 +5,10 @@
.edit-history-timestamp { .edit-history-timestamp {
font-size: 1rem; font-size: 0.9em;
padding: 0; padding: 0;
} }
.edit-history-username { .edit-history-username {
font-size: 0.9rem; font-size: 0.9em;
} }

View File

@ -1,10 +1,15 @@
.edit-history-category-summary {
margin-top: 1.5rem;
}
.edit-history-category-summary ul { .edit-history-category-summary ul {
list-style: none; list-style: none;
padding-left: 1em; padding-left: 0.5em;
} }
.edit-history-category-title { .edit-history-category-title {
font-size: 1rem; font-size: 0.9em;
font-weight: 600;
} }
.edit-history-diff { .edit-history-diff {

View File

@ -1,3 +1,7 @@
.edit-history {
background-color: white;
}
.edit-history-list { .edit-history-list {
list-style: none; list-style: none;
padding-left: 1rem; padding-left: 1rem;

View File

@ -30,10 +30,6 @@
z-index: 1000; z-index: 1000;
} }
.edit-history {
background-color: white;
}
@media (min-width: 768px) { @media (min-width: 768px) {
.section-header { .section-header {
position: sticky; position: sticky;