260322:1648 Correct Coresspondence / Doing RFA / Correct CI
CI Pipeline / build (push) Failing after 12m41s
Build and Deploy / deploy (push) Failing after 2m44s

This commit is contained in:
admin
2026-03-22 16:48:12 +07:00
parent e5deedb42e
commit 11984bfa29
683 changed files with 105251 additions and 29068 deletions
@@ -1 +1,48 @@
.q9tKkq_viewer{background-color:var(--codemirror-bg,transparent);border:none;border-radius:0;font-size:14px;overflow:hidden}.q9tKkq_viewer .cm-scroller{scroll-behavior:auto;overscroll-behavior-x:contain;align-items:stretch;display:flex;overflow-x:auto}.q9tKkq_viewer .cm-content{white-space:pre;min-width:-webkit-max-content;min-width:max-content;padding:0 calc(var(--spacing) * 4) calc(var(--spacing) * 3);flex:1;line-height:20px;font-family:var(--font-mono)!important}@media (min-width:768px){.q9tKkq_viewer .cm-content{padding:0 calc(var(--spacing) * 5) calc(var(--spacing) * 3)}}.q9tKkq_viewer .cm-content{color:var(--text-primary)}.q9tKkq_viewer .cm-content ::selection{background-color:var(--theme-user-selection-bg)}.q9tKkq_viewer.q9tKkq_wrapLines .cm-scroller{overflow-x:hidden}.q9tKkq_viewer.q9tKkq_wrapLines .cm-content{white-space:pre-wrap;overflow-wrap:anywhere;min-width:0}.fullscreen .q9tKkq_viewer .cm-content{padding-top:calc(var(--spacing) * 3)}.q9tKkq_readonly{cursor:text}
.q9tKkq_viewer {
background-color: var(--codemirror-bg, transparent);
border: none;
border-radius: 0;
font-size: 14px;
overflow: hidden;
}
.q9tKkq_viewer .cm-scroller {
scroll-behavior: auto;
overscroll-behavior-x: contain;
align-items: stretch;
display: flex;
overflow-x: auto;
}
.q9tKkq_viewer .cm-content {
white-space: pre;
min-width: -webkit-max-content;
min-width: max-content;
padding: 0 calc(var(--spacing) * 4) calc(var(--spacing) * 3);
flex: 1;
line-height: 20px;
font-family: var(--font-mono) !important;
}
@media (min-width: 768px) {
.q9tKkq_viewer .cm-content {
padding: 0 calc(var(--spacing) * 5) calc(var(--spacing) * 3);
}
}
.q9tKkq_viewer .cm-content {
color: var(--text-primary);
}
.q9tKkq_viewer .cm-content ::selection {
background-color: var(--theme-user-selection-bg);
}
.q9tKkq_viewer.q9tKkq_wrapLines .cm-scroller {
overflow-x: hidden;
}
.q9tKkq_viewer.q9tKkq_wrapLines .cm-content {
white-space: pre-wrap;
overflow-wrap: anywhere;
min-width: 0;
}
.fullscreen .q9tKkq_viewer .cm-content {
padding-top: calc(var(--spacing) * 3);
}
.q9tKkq_readonly {
cursor: text;
}