mirror of
https://github.com/nick-de-bruin/obsidian-extended-file-support.git
synced 2026-07-22 05:37:54 +00:00
10 lines
164 B
CSS
10 lines
164 B
CSS
.extended-file-loading {
|
|
background-color: var(--background-secondary);
|
|
border-radius: 5px;
|
|
padding: 10px;
|
|
text-align: center;
|
|
}
|
|
|
|
.full-width {
|
|
width: 100%;
|
|
}
|