makebit_obsidian-readeck-im.../styles.css
2025-01-31 17:50:27 +01:00

20 lines
No EOL
260 B
CSS

/*
This CSS file will be included with your plugin, and
available in the app when your plugin is enabled.
If your plugin does not need CSS, delete this file.
*/
.align-start {
align-items: start;
}
.b-0 {
border: 0;
}
.w-auto {
width: auto;
}