obsidian-tracker icon indicating copy to clipboard operation
obsidian-tracker copied to clipboard

fitPanelWidth Questions

Open pppaapp opened this issue 7 months ago • 1 comments

1111111111

I enabled fitPanelWidth

On macOS there is no space, but on Windows there is a space to the right

Is there a way to get rid of space like macOS?

searchType: task.done
searchTarget: 'test'
datasetName: 영양제
fitPanelWidth: true
month:
	mode: annotation
	annotation: 💊
	startWeekOn: "mon"
	color: tomato
	headerMonthColor: orange
	todayRingColor: orange
	selectedRingColor: steelblue
	showSelectedValue: false
	dimNotInMonth: false
	showAnnotationOfAllTargets: true
.right-block-tracker {
    --metadata-display-reading: none;
    overflow: hidden !important;
    padding: 10px 2px 10px 10px;
}

pppaapp avatar Dec 04 '23 13:12 pppaapp