1
0
Fork 0
mirror of synced 2024-07-14 18:55:45 +12:00

Add background color to left panel

This commit is contained in:
Andrew Kingston 2023-08-22 16:16:22 +01:00
parent d0f9694d24
commit ec9f0a25ec

View file

@ -16,6 +16,7 @@
border-right: 2px solid var(--grey-2);
display: flex;
flex-direction: column;
background: var(--background);
}
.divider {