Compare commits
2 Commits
44f6c82a4e
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| f70b0c38c9 | |||
| fb9e9574f0 |
29679
package-lock.json
generated
29679
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -104,14 +104,13 @@ export default {
|
|||||||
min-height: 42px;
|
min-height: 42px;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
gap: 16px;
|
||||||
|
|
||||||
.time {
|
.time {
|
||||||
min-width: 104px;
|
min-width: 96px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.toggle-state {
|
.toggle-state {
|
||||||
margin-right: 16px;
|
|
||||||
|
|
||||||
> * {
|
> * {
|
||||||
width: 32px;
|
width: 32px;
|
||||||
height: 32px;
|
height: 32px;
|
||||||
@@ -133,8 +132,12 @@ export default {
|
|||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
flex-wrap: wrap;
|
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
gap: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.name {
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.select-category {
|
.select-category {
|
||||||
@@ -147,8 +150,8 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.delete {
|
.delete {
|
||||||
margin-left: 16px;
|
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
padding: 8px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -159,7 +162,6 @@ export default {
|
|||||||
|
|
||||||
.optional-break {
|
.optional-break {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
height: 48px;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user