mirror of
https://github.com/sfall-team/sfall.git
synced 2026-07-27 16:52:34 -07:00
deploy: 5ac1b23bc6
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+2
-2
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -530,7 +530,7 @@ button, input { /* 1 */ overflow: visible; }
|
||||
button, select { /* 1 */ text-transform: none; }
|
||||
|
||||
/** Correct the inability to style clickable types in iOS and Safari. */
|
||||
button, [type="button"], [type="reset"], [type="submit"] { appearance: button; }
|
||||
button, [type="button"], [type="reset"], [type="submit"] { appearance: auto; }
|
||||
|
||||
/** Remove the inner border and padding in Firefox. */
|
||||
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; }
|
||||
@@ -563,7 +563,7 @@ textarea { overflow: auto; }
|
||||
[type="search"]::-webkit-search-decoration { appearance: none; }
|
||||
|
||||
/** 1. Correct the inability to style clickable types in iOS and Safari. 2. Change font properties to `inherit` in Safari. */
|
||||
::-webkit-file-upload-button { appearance: button; /* 1 */ font: inherit; /* 2 */ }
|
||||
::-webkit-file-upload-button { appearance: auto; /* 1 */ font: inherit; /* 2 */ }
|
||||
|
||||
/* Interactive ========================================================================== */
|
||||
/* Add the correct display in Edge, IE 10+, and Firefox. */
|
||||
@@ -864,7 +864,7 @@ h6, .text-zeta { font-size: 0.6875rem !important; }
|
||||
.search-result-title { display: block; padding-top: 0.5rem; padding-bottom: 0.5rem; }
|
||||
@media (min-width: 31.25rem) { .search-result-title { display: inline-block; width: 40%; padding-right: 0.5rem; vertical-align: top; } }
|
||||
|
||||
.search-result-doc { display: flex; align-items: center; word-wrap: break-word; }
|
||||
.search-result-doc { display: flex; align-items: center; overflow-wrap: break-word; }
|
||||
.search-result-doc.search-result-doc-parent { opacity: 0.5; }
|
||||
.search-result-doc.search-result-doc-parent { font-size: 0.75rem !important; }
|
||||
@media (min-width: 31.25rem) { .search-result-doc.search-result-doc-parent { font-size: 0.875rem !important; } }
|
||||
@@ -874,13 +874,13 @@ h6, .text-zeta { font-size: 0.6875rem !important; }
|
||||
.search-result-doc .search-result-icon { width: 1rem; height: 1rem; margin-right: 0.5rem; color: #5ea1fb; flex-shrink: 0; }
|
||||
.search-result-doc .search-result-doc-title { overflow: auto; }
|
||||
|
||||
.search-result-section { margin-left: 1.5rem; word-wrap: break-word; }
|
||||
.search-result-section { margin-left: 1.5rem; overflow-wrap: break-word; }
|
||||
|
||||
.search-result-rel-url { display: block; margin-left: 1.5rem; overflow: hidden; color: #e6e1e8; text-overflow: ellipsis; white-space: nowrap; }
|
||||
.search-result-rel-url { font-size: 0.5625rem !important; }
|
||||
@media (min-width: 31.25rem) { .search-result-rel-url { font-size: 0.625rem !important; } }
|
||||
|
||||
.search-result-previews { display: block; padding-top: 0.5rem; padding-bottom: 0.5rem; padding-left: 1rem; margin-left: 0.5rem; color: #e6e1e8; word-wrap: break-word; border-left: 1px solid; border-left-color: #44434d; }
|
||||
.search-result-previews { display: block; padding-top: 0.5rem; padding-bottom: 0.5rem; padding-left: 1rem; margin-left: 0.5rem; color: #e6e1e8; overflow-wrap: break-word; border-left: 1px solid; border-left-color: #44434d; }
|
||||
.search-result-previews { font-size: 0.6875rem !important; }
|
||||
@media (min-width: 31.25rem) { .search-result-previews { font-size: 0.75rem !important; } }
|
||||
@media (min-width: 31.25rem) { .search-result-previews { display: inline-block; width: 60%; padding-left: 0.5rem; margin-left: 0; vertical-align: top; } }
|
||||
@@ -1085,7 +1085,7 @@ code.language-mermaid { padding: 0; background-color: inherit; border: 0; }
|
||||
|
||||
.d-none { display: none !important; }
|
||||
|
||||
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border-width: 0; }
|
||||
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border-width: 0; }
|
||||
|
||||
@media (min-width: 20rem) { .d-xs-block { display: block !important; }
|
||||
.d-xs-flex { display: flex !important; }
|
||||
|
||||
@@ -288,7 +288,7 @@ button, input { /* 1 */ overflow: visible; }
|
||||
button, select { /* 1 */ text-transform: none; }
|
||||
|
||||
/** Correct the inability to style clickable types in iOS and Safari. */
|
||||
button, [type="button"], [type="reset"], [type="submit"] { appearance: button; }
|
||||
button, [type="button"], [type="reset"], [type="submit"] { appearance: auto; }
|
||||
|
||||
/** Remove the inner border and padding in Firefox. */
|
||||
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; }
|
||||
@@ -321,7 +321,7 @@ textarea { overflow: auto; }
|
||||
[type="search"]::-webkit-search-decoration { appearance: none; }
|
||||
|
||||
/** 1. Correct the inability to style clickable types in iOS and Safari. 2. Change font properties to `inherit` in Safari. */
|
||||
::-webkit-file-upload-button { appearance: button; /* 1 */ font: inherit; /* 2 */ }
|
||||
::-webkit-file-upload-button { appearance: auto; /* 1 */ font: inherit; /* 2 */ }
|
||||
|
||||
/* Interactive ========================================================================== */
|
||||
/* Add the correct display in Edge, IE 10+, and Firefox. */
|
||||
@@ -622,7 +622,7 @@ h6, .text-zeta { font-size: 0.6875rem !important; }
|
||||
.search-result-title { display: block; padding-top: 0.5rem; padding-bottom: 0.5rem; }
|
||||
@media (min-width: 31.25rem) { .search-result-title { display: inline-block; width: 40%; padding-right: 0.5rem; vertical-align: top; } }
|
||||
|
||||
.search-result-doc { display: flex; align-items: center; word-wrap: break-word; }
|
||||
.search-result-doc { display: flex; align-items: center; overflow-wrap: break-word; }
|
||||
.search-result-doc.search-result-doc-parent { opacity: 0.5; }
|
||||
.search-result-doc.search-result-doc-parent { font-size: 0.75rem !important; }
|
||||
@media (min-width: 31.25rem) { .search-result-doc.search-result-doc-parent { font-size: 0.875rem !important; } }
|
||||
@@ -632,13 +632,13 @@ h6, .text-zeta { font-size: 0.6875rem !important; }
|
||||
.search-result-doc .search-result-icon { width: 1rem; height: 1rem; margin-right: 0.5rem; color: #2869e6; flex-shrink: 0; }
|
||||
.search-result-doc .search-result-doc-title { overflow: auto; }
|
||||
|
||||
.search-result-section { margin-left: 1.5rem; word-wrap: break-word; }
|
||||
.search-result-section { margin-left: 1.5rem; overflow-wrap: break-word; }
|
||||
|
||||
.search-result-rel-url { display: block; margin-left: 1.5rem; overflow: hidden; color: #5c5962; text-overflow: ellipsis; white-space: nowrap; }
|
||||
.search-result-rel-url { font-size: 0.5625rem !important; }
|
||||
@media (min-width: 31.25rem) { .search-result-rel-url { font-size: 0.625rem !important; } }
|
||||
|
||||
.search-result-previews { display: block; padding-top: 0.5rem; padding-bottom: 0.5rem; padding-left: 1rem; margin-left: 0.5rem; color: #5c5962; word-wrap: break-word; border-left: 1px solid; border-left-color: #eeebee; }
|
||||
.search-result-previews { display: block; padding-top: 0.5rem; padding-bottom: 0.5rem; padding-left: 1rem; margin-left: 0.5rem; color: #5c5962; overflow-wrap: break-word; border-left: 1px solid; border-left-color: #eeebee; }
|
||||
.search-result-previews { font-size: 0.6875rem !important; }
|
||||
@media (min-width: 31.25rem) { .search-result-previews { font-size: 0.75rem !important; } }
|
||||
@media (min-width: 31.25rem) { .search-result-previews { display: inline-block; width: 60%; padding-left: 0.5rem; margin-left: 0; vertical-align: top; } }
|
||||
@@ -843,7 +843,7 @@ code.language-mermaid { padding: 0; background-color: inherit; border: 0; }
|
||||
|
||||
.d-none { display: none !important; }
|
||||
|
||||
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border-width: 0; }
|
||||
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border-width: 0; }
|
||||
|
||||
@media (min-width: 20rem) { .d-xs-block { display: block !important; }
|
||||
.d-xs-flex { display: flex !important; }
|
||||
|
||||
@@ -280,7 +280,7 @@ button, input { /* 1 */ overflow: visible; }
|
||||
button, select { /* 1 */ text-transform: none; }
|
||||
|
||||
/** Correct the inability to style clickable types in iOS and Safari. */
|
||||
button, [type="button"], [type="reset"], [type="submit"] { appearance: button; }
|
||||
button, [type="button"], [type="reset"], [type="submit"] { appearance: auto; }
|
||||
|
||||
/** Remove the inner border and padding in Firefox. */
|
||||
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; }
|
||||
@@ -313,7 +313,7 @@ textarea { overflow: auto; }
|
||||
[type="search"]::-webkit-search-decoration { appearance: none; }
|
||||
|
||||
/** 1. Correct the inability to style clickable types in iOS and Safari. 2. Change font properties to `inherit` in Safari. */
|
||||
::-webkit-file-upload-button { appearance: button; /* 1 */ font: inherit; /* 2 */ }
|
||||
::-webkit-file-upload-button { appearance: auto; /* 1 */ font: inherit; /* 2 */ }
|
||||
|
||||
/* Interactive ========================================================================== */
|
||||
/* Add the correct display in Edge, IE 10+, and Firefox. */
|
||||
@@ -614,7 +614,7 @@ h6, .text-zeta { font-size: 0.6875rem !important; }
|
||||
.search-result-title { display: block; padding-top: 0.5rem; padding-bottom: 0.5rem; }
|
||||
@media (min-width: 31.25rem) { .search-result-title { display: inline-block; width: 40%; padding-right: 0.5rem; vertical-align: top; } }
|
||||
|
||||
.search-result-doc { display: flex; align-items: center; word-wrap: break-word; }
|
||||
.search-result-doc { display: flex; align-items: center; overflow-wrap: break-word; }
|
||||
.search-result-doc.search-result-doc-parent { opacity: 0.5; }
|
||||
.search-result-doc.search-result-doc-parent { font-size: 0.75rem !important; }
|
||||
@media (min-width: 31.25rem) { .search-result-doc.search-result-doc-parent { font-size: 0.875rem !important; } }
|
||||
@@ -624,13 +624,13 @@ h6, .text-zeta { font-size: 0.6875rem !important; }
|
||||
.search-result-doc .search-result-icon { width: 1rem; height: 1rem; margin-right: 0.5rem; color: #7253ed; flex-shrink: 0; }
|
||||
.search-result-doc .search-result-doc-title { overflow: auto; }
|
||||
|
||||
.search-result-section { margin-left: 1.5rem; word-wrap: break-word; }
|
||||
.search-result-section { margin-left: 1.5rem; overflow-wrap: break-word; }
|
||||
|
||||
.search-result-rel-url { display: block; margin-left: 1.5rem; overflow: hidden; color: #5c5962; text-overflow: ellipsis; white-space: nowrap; }
|
||||
.search-result-rel-url { font-size: 0.5625rem !important; }
|
||||
@media (min-width: 31.25rem) { .search-result-rel-url { font-size: 0.625rem !important; } }
|
||||
|
||||
.search-result-previews { display: block; padding-top: 0.5rem; padding-bottom: 0.5rem; padding-left: 1rem; margin-left: 0.5rem; color: #5c5962; word-wrap: break-word; border-left: 1px solid; border-left-color: #eeebee; }
|
||||
.search-result-previews { display: block; padding-top: 0.5rem; padding-bottom: 0.5rem; padding-left: 1rem; margin-left: 0.5rem; color: #5c5962; overflow-wrap: break-word; border-left: 1px solid; border-left-color: #eeebee; }
|
||||
.search-result-previews { font-size: 0.6875rem !important; }
|
||||
@media (min-width: 31.25rem) { .search-result-previews { font-size: 0.75rem !important; } }
|
||||
@media (min-width: 31.25rem) { .search-result-previews { display: inline-block; width: 60%; padding-left: 0.5rem; margin-left: 0; vertical-align: top; } }
|
||||
@@ -835,7 +835,7 @@ code.language-mermaid { padding: 0; background-color: inherit; border: 0; }
|
||||
|
||||
.d-none { display: none !important; }
|
||||
|
||||
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border-width: 0; }
|
||||
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border-width: 0; }
|
||||
|
||||
@media (min-width: 20rem) { .d-xs-block { display: block !important; }
|
||||
.d-xs-flex { display: flex !important; }
|
||||
|
||||
+2
-2
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+2
-2
File diff suppressed because one or more lines are too long
+2
-2
File diff suppressed because one or more lines are too long
+2
-2
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -1 +1 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.9.0">Jekyll</generator><link href="/sfall/feed.xml" rel="self" type="application/atom+xml" /><link href="/sfall/" rel="alternate" type="text/html" /><updated>2026-01-04T04:38:57+00:00</updated><id>/sfall/feed.xml</id><title type="html">sfall</title><subtitle>Sfall documentation</subtitle></feed>
|
||||
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.9.0">Jekyll</generator><link href="/sfall/feed.xml" rel="self" type="application/atom+xml" /><link href="/sfall/" rel="alternate" type="text/html" /><updated>2026-01-09T12:10:51+00:00</updated><id>/sfall/feed.xml</id><title type="html">sfall</title><subtitle>Sfall documentation</subtitle></feed>
|
||||
+2
-2
File diff suppressed because one or more lines are too long
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user