@@ -1992,7 +1992,12 @@ footer.file-footer button {
19921992 background : var (--card-background-color );
19931993 border-radius : 0.5em ;
19941994 padding : 1em ;
1995+ margin : 1.25em 0 ;
1996+ position : relative;
1997+ padding-left : 2.5em ;
1998+ overflow : hidden;
19951999}
2000+
19962001.admonition p : last-child {
19972002 margin-bottom : 0 ;
19982003}
@@ -2011,11 +2016,11 @@ footer.file-footer button {
20112016.admonition .caution { --accent-color : # ff2e2e ; }
20122017.admonition .warning { --accent-color : # e2aa03 ; }
20132018
2014- .ck-content . admonition .note ::before { content : "\eb21" ; }
2015- .ck-content . admonition .tip ::before { content : "\ea0d" ; }
2016- .ck-content . admonition .important ::before { content : "\ea7c" ; }
2017- .ck-content . admonition .caution ::before { content : "\eac7" ; }
2018- .ck-content . admonition .warning ::before { content : "\eac5" ; }
2019+ .admonition .note ::before { content : "\eb21" ; }
2020+ .admonition .tip ::before { content : "\ea0d" ; }
2021+ .admonition .important ::before { content : "\ea7c" ; }
2022+ .admonition .caution ::before { content : "\eac7" ; }
2023+ .admonition .warning ::before { content : "\eac5" ; }
20192024
20202025.chat-options-container {
20212026 display : flex;
@@ -2066,11 +2071,6 @@ footer.file-footer button {
20662071 border-left : 2px solid # e2aa03 ;
20672072 font-weight : bold;
20682073}
2069- .admonition .note ::before { content : "\eb21" ; }
2070- .admonition .tip ::before { content : "\ea0d" ; }
2071- .admonition .important ::before { content : "\ea7c" ; }
2072- .admonition .caution ::before { content : "\eac7" ; }
2073- .admonition .warning ::before { content : "\eac5" ; }
20742074
20752075/*
20762076 * In-content floating buttons
0 commit comments