refs #3940 Fix padding for separator lines between posts

This commit is contained in:
AkiraFukushima 2022-12-27 01:01:35 +09:00
parent 8c42b63673
commit fe18487e13
No known key found for this signature in database
GPG Key ID: B6E51BAC4DE1A957
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 {