You've already forked AstralRinth
forked from didirus/AstralRinth
Added padding to account for .changelog-bar offset (#1354)
* Added padding to account for .changelog-bar offset * Applied prettier code formatting * Just update bottom padding --------- Co-authored-by: Prospector <6166773+Prospector@users.noreply.github.com>
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
:link-function="(page) => `?page=${page}`"
|
||||
@switch-page="switchPage"
|
||||
/>
|
||||
<div class="card">
|
||||
<div class="card changelog-wrapper">
|
||||
<div
|
||||
v-for="version in filteredVersions.slice((currentPage - 1) * 20, currentPage * 20)"
|
||||
:key="version.id"
|
||||
@@ -139,6 +139,10 @@ function switchPage(page) {
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
.changelog-wrapper {
|
||||
padding-bottom: calc(var(--spacing-card-md) + 0.5rem);
|
||||
}
|
||||
|
||||
.changelog-item {
|
||||
display: block;
|
||||
margin-bottom: 1rem;
|
||||
|
||||
Reference in New Issue
Block a user