mirror of
https://github.com/makebit/obsidian-readeck-importer.git
synced 2026-07-22 11:50:25 +00:00
20 lines
No EOL
260 B
CSS
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;
|
|
} |