mirror of
https://github.com/kunal1522/obsidian-focus-tracker.git
synced 2026-07-22 07:44:51 +00:00
Vault-backed heatmap logger with no goals or timers — sessions save to focus-tracker-data.json.
11 lines
155 B
CSS
11 lines
155 B
CSS
.focus-tracker-view {
|
|
height: 100%;
|
|
padding: 0;
|
|
}
|
|
|
|
.focus-tracker-iframe {
|
|
width: 100%;
|
|
height: 100%;
|
|
border: none;
|
|
background: transparent;
|
|
}
|