Compare commits

2 Commits

Author SHA1 Message Date
f70b0c38c9 Fix linebreaks 2023-06-10 16:43:57 +03:00
fb9e9574f0 Switch to yarn 2023-06-10 16:36:47 +03:00
3 changed files with 9585 additions and 29685 deletions

29679
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -104,14 +104,13 @@ export default {
min-height: 42px;
display: flex;
align-items: center;
gap: 16px;
.time {
min-width: 104px;
min-width: 96px;
}
.toggle-state {
margin-right: 16px;
> * {
width: 32px;
height: 32px;
@@ -133,8 +132,12 @@ export default {
flex-grow: 1;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
align-items: center;
gap: 8px;
}
.name {
text-align: center;
}
.select-category {
@@ -147,8 +150,8 @@ export default {
}
.delete {
margin-left: 16px;
cursor: pointer;
padding: 8px;
}
}
@@ -159,7 +162,6 @@ export default {
.optional-break {
flex-direction: column;
height: 48px;
}
}
}

9577
yarn.lock Normal file

File diff suppressed because it is too large Load Diff