diff --git a/app/src/frontend/building/edit-history/building-edit-summary.css b/app/src/frontend/building/edit-history/building-edit-summary.css index 2f4cba97..a2495710 100644 --- a/app/src/frontend/building/edit-history/building-edit-summary.css +++ b/app/src/frontend/building/edit-history/building-edit-summary.css @@ -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; } \ No newline at end of file diff --git a/app/src/frontend/building/edit-history/category-edit-summary.css b/app/src/frontend/building/edit-history/category-edit-summary.css index a4710917..3cfdb579 100644 --- a/app/src/frontend/building/edit-history/category-edit-summary.css +++ b/app/src/frontend/building/edit-history/category-edit-summary.css @@ -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 { diff --git a/app/src/frontend/building/edit-history/edit-history.css b/app/src/frontend/building/edit-history/edit-history.css index f79e24e3..8aa5cfe2 100644 --- a/app/src/frontend/building/edit-history/edit-history.css +++ b/app/src/frontend/building/edit-history/edit-history.css @@ -1,3 +1,7 @@ +.edit-history { + background-color: white; +} + .edit-history-list { list-style: none; padding-left: 1rem; diff --git a/app/src/frontend/building/sidebar.css b/app/src/frontend/building/sidebar.css index 1bcffe83..80380f3c 100644 --- a/app/src/frontend/building/sidebar.css +++ b/app/src/frontend/building/sidebar.css @@ -30,10 +30,6 @@ z-index: 1000; } -.edit-history { - background-color: white; -} - @media (min-width: 768px) { .section-header { position: sticky;