mirror of
https://github.com/devonthesofa/obsidian-note-status.git
synced 2026-07-22 12:30:24 +00:00
10 lines
143 B
CSS
10 lines
143 B
CSS
.obsidian-icon {
|
|
display: inline-flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.obsidian-icon svg {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|