Config/Obsidian: Add !important to snippets
This commit is contained in:
@ -1,6 +1,10 @@
|
|||||||
.bordered-images img {
|
.bordered-images img {
|
||||||
border-radius: 4px;
|
border-radius: var(--callout-radius);
|
||||||
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
|
/* border-style: solid; */
|
||||||
background-color: var(--background-secondary);
|
/* border-width: var(--callout-border-width); */
|
||||||
|
/* border-color: var(--color-purple-rgb); */
|
||||||
|
/* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); */
|
||||||
|
|
||||||
/* Background color so PNGs with transparent backgrounds don't look weird */
|
/* Background color so PNGs with transparent backgrounds don't look weird */
|
||||||
|
/* background-color: var(--background-secondary); */
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
.center-images img {
|
.center-images img {
|
||||||
display: block;
|
display: block !important;
|
||||||
margin-left: auto;
|
margin-left: auto !important;
|
||||||
margin-right: auto;
|
margin-right: auto !important;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
.fullwidth-images img {
|
.fullwidth-images img {
|
||||||
width: 100%;
|
width: 100% !important;
|
||||||
height: auto;
|
height: auto !important;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -581,6 +581,13 @@ in {
|
|||||||
# opacity = 0.8;
|
# opacity = 0.8;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Floating + unmaximized windows
|
||||||
|
{
|
||||||
|
matches = [{app-id = "com.github.finefindus.eyedropper";}];
|
||||||
|
open-floating = true;
|
||||||
|
open-maximized = false;
|
||||||
|
}
|
||||||
|
|
||||||
# Rules for specific windows
|
# Rules for specific windows
|
||||||
{
|
{
|
||||||
matches = [{app-id = "neovide";}];
|
matches = [{app-id = "neovide";}];
|
||||||
|
|||||||
Reference in New Issue
Block a user