diff --git a/web/src/components/DailyReviewDialog.tsx b/web/src/components/DailyReviewDialog.tsx index 55097981..0d2549fb 100644 --- a/web/src/components/DailyReviewDialog.tsx +++ b/web/src/components/DailyReviewDialog.tsx @@ -72,6 +72,7 @@ const DailyReviewDialog: React.FC = (props: Props) => { + / diff --git a/web/src/less/daily-review-dialog.less b/web/src/less/daily-review-dialog.less index f0b5b9d7..ebb5e755 100644 --- a/web/src/less/daily-review-dialog.less +++ b/web/src/less/daily-review-dialog.less @@ -10,7 +10,7 @@ @apply relative flex flex-row justify-between items-center w-full p-6 pb-0 mb-0; > .title-text { - @apply cursor-pointer select-none rounded hover:bg-gray-100; + @apply px-2 py-1 -ml-2 cursor-pointer select-none rounded hover:bg-gray-100; } > .btns-container { @@ -27,6 +27,10 @@ @apply ~"p-0.5"; } } + + > .split-line { + @apply font-mono text-gray-300 mr-2; + } } > .date-picker {