Many big improvments to items + sections

This commit is contained in:
Alicia Sykes
2022-04-14 14:34:20 +01:00
parent b1de7bc7e5
commit a6f3c90722
14 changed files with 84 additions and 56 deletions

View File

@@ -122,10 +122,6 @@ export default {
data() {
return {
editMenuOpen: false,
customStyles: {
color: this.item.color,
background: this.item.backgroundColor,
},
};
},
methods: {
@@ -312,7 +308,8 @@ p.description {
justify-content: flex-end;
align-items: center;
height: 2rem;
padding-top: 4px;
padding-top: 0.25rem;
padding-left: 0.5rem;
div img {
width: 2rem;
}