From 156b5ac975bf73544d71f63ed664fd1f9296d386 Mon Sep 17 00:00:00 2001 From: cactuzhead Date: Sun, 17 Aug 2025 13:37:15 +0100 Subject: [PATCH] Update container.md --- docs/container.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/docs/container.md b/docs/container.md index 8065345..651bfd3 100644 --- a/docs/container.md +++ b/docs/container.md @@ -6,14 +6,17 @@ back_to_top_text: "Back to top" nav_order: 80 --- -## Container Settings -Similar to the text settings above, this section includes two pairs of options for customizing the Border and Background of the container. +## Container Settings REMOVED v1.1.4 +{: .removed } +These color settings were removed in version 1.1.4 as most of the colors are now handled with the expanded template system. The `Top Margin` setting remains. + +Similar to the text settings, this section includes two pairs of options for customizing the Border and Background of the container. - use the toggles to turn them `on` or `off` - use the color picker to set a custom color - or use the `Light` and `Dark` color defaults -### Top Margin NEW v1.1.2 +### Top Margin NEW v1.1.2 When this is toggled `on`, the progress bar will have a larger margin at the top to avoid text being obscured by the `` in the top right of the code block when you mouse over. ![Container](/assets/Obsidian Advanced Progress Bars - Top Margin Before and After.png) @@ -21,4 +24,4 @@ When this is toggled `on`, the progress bar will have a larger margin at the top If it is turned off then it behaves as before to save vertical screen space for those who don't mind the hover over obscuring the top right text. {: .note } -This extra spacing only happens once for each code block, so if you have multiple progress bars in one code block the spacing between progress bars will remain the same. \ No newline at end of file +This extra spacing only happens once for each code block, so if you have multiple progress bars in one code block the spacing between progress bars will remain the same.