mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-05-04 09:06:37 +00:00
deploy: 9474f1ddc8
This commit is contained in:
parent
065a858961
commit
4ba02d06eb
268 changed files with 10270 additions and 10351 deletions
css
|
@ -1369,7 +1369,6 @@ html[dir="rtl"] .expand > .expand-label > i.fa-chevron-right {
|
|||
}
|
||||
|
||||
.mermaid {
|
||||
border: 1px solid transparent;
|
||||
display: inline-block;
|
||||
padding: .5rem .5rem 0 .5rem;
|
||||
position: relative;
|
||||
|
@ -1380,17 +1379,17 @@ html[dir="rtl"] .expand > .expand-label > i.fa-chevron-right {
|
|||
.mermaid.mermaid-render {
|
||||
visibility: visible;
|
||||
}
|
||||
.mermaid.zoomable:hover {
|
||||
border-color: rgba( 134, 134, 134, .333 );
|
||||
}
|
||||
|
||||
.mermaid > svg {
|
||||
/* remove inline height from generated diagram */
|
||||
border: 1px solid transparent;
|
||||
height: initial !important;
|
||||
}
|
||||
.mermaid.zoomable > svg {
|
||||
.mermaid-container.zoomable > .mermaid > svg {
|
||||
cursor: grab;
|
||||
}
|
||||
.mermaid-container.zoomable > .mermaid:hover > svg{
|
||||
border-color: rgba( 134, 134, 134, .333 );
|
||||
}
|
||||
|
||||
.svg-reset-button {
|
||||
background-color: rgba( 160, 160, 160, .2 );
|
||||
|
@ -1734,6 +1733,10 @@ input[type="search"]::-webkit-search-cancel-button,
|
|||
input[type="search"]::-webkit-search-results-button,
|
||||
input[type="search"]::-webkit-search-results-decoration { display: none; }
|
||||
|
||||
span.math:has(> mjx-container[display]) {
|
||||
display: block;
|
||||
}
|
||||
|
||||
@supports selector(.math:has(> mjx-container)){
|
||||
.math{
|
||||
visibility: hidden;
|
||||
|
@ -1742,7 +1745,6 @@ input[type="search"]::-webkit-search-results-decoration { display: none; }
|
|||
visibility: visible;
|
||||
}
|
||||
}
|
||||
|
||||
.math.align-left > mjx-container{
|
||||
text-align: left !important;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue