Merge pull request #3951 from h3poteto/iss-3940

refs #3940 Fix padding for separator lines between posts
This commit is contained in:
AkiraFukushima 2022-12-27 01:15:21 +09:00 committed by GitHub
commit 062fef959c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 14 additions and 1 deletions

View File

@ -142,6 +142,10 @@ export default defineComponent({
}
}
.relationship {
padding-bottom: 4px;
}
.relationship:focus {
background-color: var(--theme-selected-background-color);
outline: 0;

View File

@ -142,6 +142,10 @@ export default defineComponent({
}
}
.relationship {
padding-bottom: 4px;
}
.relationship:focus {
background-color: var(--theme-selected-background-color);
outline: 0;

View File

@ -494,6 +494,10 @@ export default defineComponent({
justify-content: center;
}
.status {
padding-bottom: 4px;
}
.status:focus {
background-color: var(--theme-selected-background-color);
outline: 0;

View File

@ -226,7 +226,7 @@
</div>
<div class="clearfix"></div>
</div>
<div class="fill-line"></div>
<div class="fill-line" />
</div>
</template>
@ -733,6 +733,7 @@ export default defineComponent({
<style lang="scss" scoped>
.status {
background-color: var(--theme-background-color);
padding-bottom: 4px;
}
.toot {