1

Config/Obsidian: Add !important to snippets

This commit is contained in:
2026-04-15 01:28:40 +02:00
parent f9baae061a
commit 5473b47b7f
4 changed files with 19 additions and 8 deletions

View File

@ -1,4 +1,4 @@
.fullwidth-images img {
width: 100%;
height: auto;
width: 100% !important;
height: auto !important;
}