mirror of
https://github.com/quintsmart/obsidian-course-module-loader.git
synced 2026-07-22 05:48:51 +00:00
8 lines
No EOL
228 B
CSS
8 lines
No EOL
228 B
CSS
/* Styles for Course Material Downloader Plugin */
|
|
|
|
/* Make the folder display input wider in settings */
|
|
.course-material-downloader-wide-input {
|
|
width: 100%;
|
|
margin-right: 10px; /* Add space before the button */
|
|
}
|
|
|