nick-de-bruin_obsidian-exte.../styles.css

11 lines
164 B
CSS
Raw Normal View History

2025-01-09 20:15:33 +00:00
.extended-file-loading {
background-color: var(--background-secondary);
border-radius: 5px;
padding: 10px;
text-align: center;
}
2025-01-10 10:57:08 +00:00
.full-width {
width: 100%;
}