kunal1522_obsidian-focus-tr.../styles.css
Kunal1522 e9f8a05dcb Initial release of Obsidian Focus Tracker plugin.
Vault-backed heatmap logger with no goals or timers — sessions save to focus-tracker-data.json.
2026-06-13 01:39:21 +05:30

11 lines
155 B
CSS

.focus-tracker-view {
height: 100%;
padding: 0;
}
.focus-tracker-iframe {
width: 100%;
height: 100%;
border: none;
background: transparent;
}