mirror of
https://github.com/puhhh/clear-unused-images-obsidian.git
synced 2026-07-22 06:51:54 +00:00
13 lines
249 B
CSS
13 lines
249 B
CSS
.unused-images-logs {
|
|
margin-bottom: 13px;
|
|
margin-top: 5px;
|
|
max-height: 60vh;
|
|
overflow-y: auto;
|
|
white-space: pre-wrap;
|
|
}
|
|
|
|
.unused-images-center-wrapper {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|