|
|
@@ -2150,8 +2150,8 @@ onUnmounted(() => {
|
|
|
}
|
|
|
|
|
|
.side-card--todo-panel {
|
|
|
- min-height: 410px !important;
|
|
|
- padding: 18px 38px 26px !important;
|
|
|
+ min-height: 320px !important;
|
|
|
+ padding: 18px 38px 18px !important;
|
|
|
border: 0;
|
|
|
border-radius: 6px;
|
|
|
background: rgba(255, 255, 255, 0.98);
|
|
|
@@ -2184,7 +2184,7 @@ onUnmounted(() => {
|
|
|
}
|
|
|
|
|
|
.side-card--todo-panel > .space-y-2 {
|
|
|
- padding: 30px 0 0 !important;
|
|
|
+ padding: 24px 0 0 !important;
|
|
|
}
|
|
|
|
|
|
.side-card--todo-panel .todo-item {
|
|
|
@@ -2234,7 +2234,7 @@ onUnmounted(() => {
|
|
|
.side-card--todo-panel .quick-todo-bar {
|
|
|
width: fit-content;
|
|
|
gap: 28px;
|
|
|
- margin-top: 26px;
|
|
|
+ margin-top: 18px;
|
|
|
padding: 0;
|
|
|
border: 0;
|
|
|
border-radius: 0;
|