Merge pull request #3833 from h3poteto/iss-3830

refs #3830 Fix background color in edit lists
This commit is contained in:
AkiraFukushima 2022-11-26 17:01:22 +09:00 committed by GitHub
commit e1c57c1837
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;