mirror of
https://github.com/h3poteto/whalebird-desktop
synced 2024-12-11 08:30:07 +01:00
refs #3940 Fix padding for separator lines between posts
This commit is contained in:
parent
8c42b63673
commit
fe18487e13
@ -142,6 +142,10 @@ export default defineComponent({
|
||||
}
|
||||
}
|
||||
|
||||
.relationship {
|
||||
padding-bottom: 4px;
|
||||
}
|
||||
|
||||
.relationship:focus {
|
||||
background-color: var(--theme-selected-background-color);
|
||||
outline: 0;
|
||||
|
@ -142,6 +142,10 @@ export default defineComponent({
|
||||
}
|
||||
}
|
||||
|
||||
.relationship {
|
||||
padding-bottom: 4px;
|
||||
}
|
||||
|
||||
.relationship:focus {
|
||||
background-color: var(--theme-selected-background-color);
|
||||
outline: 0;
|
||||
|
@ -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;
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user