quintsmart_obsidian-course-.../styles.css

8 lines
228 B
CSS
Raw Permalink Normal View History

2025-05-04 15:49:18 +00:00
/* Styles for Course Material Downloader Plugin */
2025-05-03 09:41:37 +00:00
2025-05-04 15:49:18 +00:00
/* Make the folder display input wider in settings */
.course-material-downloader-wide-input {
width: 100%;
margin-right: 10px; /* Add space before the button */
}