Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dexter-app",
"productName": "Dexter",
"version": "1.2.0",
"version": "1.3.0",
"description": "An opinionated day planner",
"license": "AGPLv3",
"main": ".vite/build/main.js",
Expand Down
8 changes: 4 additions & 4 deletions src/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -130,20 +130,20 @@ td {
@apply !border-secondary;
}
.fc .fc-timegrid-slot {
@apply !h-6;
@apply !h-7;
}
.fc-timegrid-slot-label,
.fc-timegrid-axis {
@apply text-base-content/80 text-xs;
}
.fc-event {
@apply bg-primary border-primary-content outline-none !shadow-none rounded-box p-2;
@apply bg-primary border-primary-content outline-none !shadow-none rounded-box px-2;
}
.fc-event * {
@apply text-primary-content !leading-3.5;
}
.fc-event-time {
@apply !text-xs;
display: none;
}
.fc-event-title {
@apply !text-sm;
Expand All @@ -161,7 +161,7 @@ td {
content: none !important;
}
.fc-event-title-container {
@apply grow w-full;
@apply grow w-full flex items-center;
}

@plugin "daisyui/theme" {
Expand Down