fix up git
This commit is contained in:
@@ -4312,6 +4312,34 @@ input:checked + .slider:before {
|
||||
color: var(--danger);
|
||||
}
|
||||
|
||||
.github-repos-panel {
|
||||
margin-top: 0.75rem;
|
||||
}
|
||||
|
||||
.github-repos-toolbar {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 0.5rem;
|
||||
margin-bottom: 0.75rem;
|
||||
}
|
||||
|
||||
.github-repos-table-wrap {
|
||||
max-height: 360px;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.github-repo-link {
|
||||
color: var(--accent);
|
||||
font-weight: 500;
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
.section-subtitle {
|
||||
font-size: 0.95rem;
|
||||
font-weight: 600;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.exam-git-branch-row {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
|
||||
Reference in New Issue
Block a user