refs #3830 Fix background color in edit lists

This commit is contained in:
AkiraFukushima 2022-11-26 16:54:45 +09:00
parent 0684fb6c5f
commit 1a1ec6c08f
No known key found for this signature in database
GPG Key ID: B6E51BAC4DE1A957
2 changed files with 6 additions and 1 deletions

View File

@ -86,6 +86,11 @@ export default defineComponent({
<style lang="scss" scoped>
.members {
height: 100%;
overflow: auto;
scroll-behavior: auto;
background-color: var(--theme-background-color);
.add-account {
text-align: center;
border-bottom: 1px solid var(--theme-border-color);

View File

@ -139,7 +139,7 @@ export default defineComponent({
}
.list {
padding: 4px 24px;
padding: 8px 24px;
display: flex;
flex-direction: row;
align-items: baseline;