mirror of
https://github.com/h3poteto/whalebird-desktop
synced 2025-01-28 08:09:40 +01:00
Merge pull request #3833 from h3poteto/iss-3830
refs #3830 Fix background color in edit lists
This commit is contained in:
commit
e1c57c1837
@ -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);
|
||||
|
@ -139,7 +139,7 @@ export default defineComponent({
|
||||
}
|
||||
|
||||
.list {
|
||||
padding: 4px 24px;
|
||||
padding: 8px 24px;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: baseline;
|
||||
|
Loading…
x
Reference in New Issue
Block a user