Initial commit
This commit is contained in:
10
.obsidian/snippets/day-planner-fix.css
vendored
Normal file
10
.obsidian/snippets/day-planner-fix.css
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
/* Force Day Planner columns to fit the available width */
|
||||
.day-planner-multi-day-view .day-planner-column {
|
||||
min-width: 0 !important;
|
||||
flex: 1 1 0 !important;
|
||||
}
|
||||
|
||||
/* Ensure the container doesn't overflow */
|
||||
.day-planner-multi-day-view {
|
||||
overflow-x: hidden !important;
|
||||
}
|
||||
Reference in New Issue
Block a user