Compare commits

..

No commits in common. "7756e1a2e03f5d820bf1dd35d7689de17b25eb3a" and "666b5c0f3d88d7ec3ebaa844fc3409ba44bb3130" have entirely different histories.

2 changed files with 4 additions and 15 deletions

View file

@ -1,3 +1,3 @@
<details {{ with .Get "class" }} class="{{ . }}"{{ end }}><summary>{{ .Get "title" }}</summary> <details><summary>{{ .Get "title" }}</summary>
{{ .Inner }} {{ .Inner }}
</details> </details>

View file

@ -488,10 +488,7 @@ a:focus {
/******************* Article Figure *******************/ /******************* Article Figure *******************/
.article-body figure { .article-body figure {
margin: 1em 0; margin: 1em 0;
/*display: table;*/ display: table;
width: max-content;
max-width: 100%;
overflow: auto;
} }
.article-body figure picture, .article-body figure picture,
.article-body figure figcaption { .article-body figure figcaption {
@ -528,8 +525,6 @@ a:focus {
} }
.article-body figure.border figcaption { .article-body figure.border figcaption {
background-color: var(--background-color-light); background-color: var(--background-color-light);
min-width: 100%;
display: inline-block;
} }
.article-body figure>a { .article-body figure>a {
display: block; display: block;
@ -562,8 +557,7 @@ a:focus {
border: 3px solid var(--background-color-light); border: 3px solid var(--background-color-light);
min-width: 100%; min-width: 100%;
} }
.article-body .tabular td, .article-body .tabular td {
.article-body .tabular th {
padding: 0 0.4rem; padding: 0 0.4rem;
} }
.article-body .tabular th { .article-body .tabular th {
@ -600,20 +594,15 @@ pre {
padding: 0.3rem; padding: 0.3rem;
margin-top: 0.5rem; margin-top: 0.5rem;
background: repeating-linear-gradient(28deg, #1C1C1C, #1C1C1C 20px, #121212 20px, #121212 40px); background: repeating-linear-gradient(28deg, #1C1C1C, #1C1C1C 20px, #121212 20px, #121212 40px);
overflow: auto;
} }
:not(pre)>code, :not(details)>code { :not(pre)>code, :not(details)>code {
font-size: 1rem; font-size: 1rem;
color: var(--font-color-em); color: var(--font-color-em);
word-break: break-word;
}
.allowbreak code {
word-break: break-word;
} }
/******************* Article Details *******************/ /******************* Article Details *******************/
details{ details{
overflow: auto; overflow: scroll;
} }
details[open] { details[open] {
outline: 1px solid white; outline: 1px solid white;