UNPKG

wuffle

Version:

A multi-repository task board for GitHub issues

1,101 lines (1,020 loc) 23.4 kB
.icon.svelte-1og232h { vertical-align: initial; } .hint-list.svelte-1ukwxhr { list-style: none; max-height: 200px; overflow-y: auto; padding: 0; margin: 0; } .hint-list.svelte-1ukwxhr:not(:first-child) { margin-top: 0; } .hint-list.svelte-1ukwxhr li:where(.svelte-1ukwxhr) { margin: 0 var(--container-gap); } .hint-list.svelte-1ukwxhr li:where(.svelte-1ukwxhr):first-child { margin-top: var(--container-gap); } .hint-list.svelte-1ukwxhr li:where(.svelte-1ukwxhr):last-child { margin-bottom: var(--container-gap); } .hint-list.svelte-1ukwxhr li:where(.svelte-1ukwxhr) a:where(.svelte-1ukwxhr) { padding: calc(var(--container-gap) / 2) var(--container-gap); width: 100%; display: block; border-radius: 5px; color: inherit; text-decoration: none; } .hint-list.svelte-1ukwxhr li:where(.svelte-1ukwxhr) a:where(.svelte-1ukwxhr):hover, .hint-list.svelte-1ukwxhr li:where(.svelte-1ukwxhr) a.active:where(.svelte-1ukwxhr) { background: rgba(55, 172, 200, 0.1); } /* (unused) .hint-list li a.text { color: #6c757d; }*/ .matched.svelte-1ukwxhr { background: rgba(55, 172, 200, 0.2); color: #2c8aa0; } @media (prefers-color-scheme: dark) { .hint-list.svelte-1ukwxhr li:where(.svelte-1ukwxhr) a:where(.svelte-1ukwxhr), .matched.svelte-1ukwxhr { color: #f8f9fa; } } .dropdown-parent.svelte-zg8sye { position: relative; } .help-dropdown.svelte-zg8sye { border-radius: 4px; margin: 0; margin-top: 5px; text-align: left; height: auto; position: relative; background: transparent; border: none; z-index: 999; width: 100%; min-width: 0 !important; max-width: none !important; padding: 0; background-color: #fff; background-clip: padding-box; border: 1px solid rgba(0, 0, 0, 0.1); box-shadow: 0 0.1rem 1rem rgba(0, 0, 0, 0.075); position: absolute; top: 100%; z-index: 100; left: 0px; right: auto; display: block; } .help-dropdown.svelte-zg8sye .category:where(.svelte-zg8sye) { color: #37ACC8; font-weight: bold; margin: 0.8rem; margin-bottom: 0.25rem; font-size: 1em; } .help-dropdown.svelte-zg8sye .note:where(.svelte-zg8sye) { margin: 0.8rem; color: #6c757d; } .help-dropdown.svelte-zg8sye .note:where(.svelte-zg8sye) code:where(.svelte-zg8sye) { display: inline-block; padding: 0 0.5rem; background: #F0F0F0; border-radius: 4px; } @media (prefers-color-scheme: dark) { .help-dropdown.svelte-zg8sye { background-color: #0e1117; border-color: #343a40; } .help-dropdown.svelte-zg8sye .note:where(.svelte-zg8sye) { color: #9fadba; } .help-dropdown.svelte-zg8sye .note:where(.svelte-zg8sye) code:where(.svelte-zg8sye) { background-color: #343a40; color: #f8f9fa; } } .board-filter.svelte-zg8sye { width: 300px; } .board-filter.expanded.svelte-zg8sye { width: 500px; max-width: 100%; } .board-filter.svelte-zg8sye > input:where(.svelte-zg8sye) { width: 100%; } .icon.svelte-zg8sye { color: #dee2e6; } @media (prefers-color-scheme: dark) { .board-filter.svelte-zg8sye input:where(.svelte-zg8sye) { background-color: #0e1117; border-color: #343a40; color: #f8f9fa; } } .avatar.svelte-1ka4vk5 { position: relative; display: inline-block; overflow: hidden; color: #fff; white-space: nowrap; text-align: center; vertical-align: middle; background: #ccc; width: 32px; height: 32px; line-height: 32px; } .avatar-shadow.svelte-1ka4vk5 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.1); } .avatar-rounded.svelte-1ka4vk5 { border-radius: 50%; } .avatar-rounded.svelte-1ka4vk5 .avatar-shadow:where(.svelte-1ka4vk5) { border-radius: 50%; } .loader.svelte-scyooh { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); text-align: center; z-index: 200; pointer-events: none; } .loader.svelte-scyooh > .content:where(.svelte-scyooh) { opacity: 0.3; transition: opacity 0.5s; } .loader.shown.svelte-scyooh > .content:where(.svelte-scyooh) { opacity: 1; animation: svelte-scyooh-pulsate 1s infinite; animation-timing-function: ease-in-out; } .loader.svelte-scyooh:not(.shown) > .content:where(.svelte-scyooh) { opacity: 0; } @keyframes svelte-scyooh-pulsate { 0% { transform: scale(1); opacity: 1; } 50% { transform: scale(0.9); opacity: 0.8; } 100% { transform: scale(1); opacity: 1; } } .powered-by.svelte-s4wnl8 { position: absolute; bottom: 10px; right: 10px; padding: 7px; border-radius: 4px; opacity: 0.5; transition: opacity 0.1s, background 0.1s; color: #333; z-index: 10; align-items: center; display: flex; } .powered-by.svelte-s4wnl8 .logo:where(.svelte-s4wnl8) { display: inline-flex; } .powered-by.svelte-s4wnl8:not(:hover, :focus-within) .logo:where(.svelte-s4wnl8) { color: #999; } .powered-by.svelte-s4wnl8:not(:hover, :focus-within) .logo-boxes:where(.svelte-s4wnl8) { fill: #f8f9fa; } .powered-by.svelte-s4wnl8:hover, .powered-by.svelte-s4wnl8:focus-within { opacity: 1; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); background: white; } .powered-by.svelte-s4wnl8:hover .help:where(.svelte-s4wnl8), .powered-by.svelte-s4wnl8:focus-within .help:where(.svelte-s4wnl8) { display: block; } .powered-by.svelte-s4wnl8:hover .logo-boxes:where(.svelte-s4wnl8), .powered-by.svelte-s4wnl8:focus-within .logo-boxes:where(.svelte-s4wnl8) { fill: #f8f9fa; } .powered-by.svelte-s4wnl8 .help:where(.svelte-s4wnl8) { font-size: 0.9em; display: none; } .powered-by.svelte-s4wnl8 .logo:where(.svelte-s4wnl8) { margin-left: 0.5em; } .powered-by.svelte-s4wnl8 .help-item:where(.svelte-s4wnl8) { margin-left: 0.5em; } .powered-by.svelte-s4wnl8 .help-item:where(.svelte-s4wnl8) + .help-item:where(.svelte-s4wnl8) { margin-left: 1em; } .powered-by.svelte-s4wnl8 .help-item:where(.svelte-s4wnl8) { display: inline-block; } @media (prefers-color-scheme: dark) { .powered-by.svelte-s4wnl8 { color: #f8f9fa; } .powered-by.svelte-s4wnl8:not(:hover, :focus-within) .logo:where(.svelte-s4wnl8) { color: #7a8793; } .powered-by.svelte-s4wnl8:hover, .powered-by.svelte-s4wnl8:focus-within { background: #0e1117; } } .notifications.svelte-14ytxa4 { position: fixed; z-index: 1010; top: 24px; right: 24px; } .notification.svelte-12m1t2q { box-sizing: border-box; margin: 0; padding: 0; color: #6c757d; font-size: 14px; font-variant: tabular-nums; line-height: 1.5; list-style: none; width: 384px; max-width: calc(100vw - 32px); padding: 16px 24px; overflow: hidden; line-height: 1.5; background: #fff; border-radius: 3px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); border-left: solid 4px #0dcaf0; } .notification.error.svelte-12m1t2q { border-left-color: #dc3545; } .notification.warning.svelte-12m1t2q { border-left-color: #ffc107; } .notification.svelte-12m1t2q + .notification { margin-top: 16px; } .heading.svelte-12m1t2q { color: #212529; font-weight: normal; font-size: 1.2em; margin-bottom: 5px; } @media (prefers-color-scheme: dark) { .notification.svelte-12m1t2q { color: #f8f9fa; background-color: #343a40; } .heading.svelte-12m1t2q { color: #f8f9fa; } } .tag.svelte-16zomaq { list-style: none; display: inline-block; height: auto; margin: 0 4px 4px 0; padding: 2px 7px; font-size: 12px; font-weight: 400; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: white; background: #fafafa; border-radius: 6px; border: none; text-decoration: none; } .tag.svelte-16zomaq:not(a) { cursor: default; } .tag.inverted.svelte-16zomaq { color: #000; } .svelte-16zomaq:not(a.tag, .tag.clickable) { cursor: default; } .pull-request-icon.svelte-1vxuq5n { margin-right: 3px; } .pull-request-icon.open.svelte-1vxuq5n { color: #1a7f37; } .pull-request-icon.closed.svelte-1vxuq5n { color: #cf222e; } .pull-request-icon.merged.svelte-1vxuq5n { color: #8250df; } .pull-request-icon.draft.svelte-1vxuq5n { color: #57606a; } .icon.svelte-tuoxjm { margin-right: 3px; color: #1d76db; } .icon.svelte-1ek0gob { margin-right: 3px; } .icon.closed.svelte-1ek0gob { color: #8250df; } .icon.open.svelte-1ek0gob { color: #1a7f37; } .icon.not-planned.svelte-1ek0gob { color: #6e7781; } /* $color-success: #77da8e; $color-failure: #da8077; $color-action-required: #dac977; */ .card-status.svelte-9jlwim { display: flex; flex-direction: row; align-items: stretch; height: 3px; width: auto; margin: 3px -8px -4px; } .state.svelte-9jlwim { flex: 1; background-color: #adb5bd; } .state.svelte-9jlwim > span:where(.svelte-9jlwim) { display: none; } .state.striped.svelte-9jlwim { background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); animation: svelte-9jlwim-progress-bar-stripes 1s linear infinite; background-size: 1rem 1rem; } .state.success.svelte-9jlwim { background-color: #4ede9b; box-shadow: 0 1px 2px 0px rgba(36, 124, 83, 0.3); } .state.failure.svelte-9jlwim { background-color: #ea868f; box-shadow: 0 1px 2px 0px rgba(203, 70, 83, 0.3); } .state.action-required.svelte-9jlwim { background-color: #ffda6a; box-shadow: 0 1px 2px 0px rgba(230, 181, 32, 0.3); } .state.svelte-9jlwim + .state:where(.svelte-9jlwim) { margin-left: 1px; } @keyframes svelte-9jlwim-progress-bar-stripes { from { background-position: 1rem 0; } to { background-position: 0 0; } } .assignee.svelte-pr1826 { box-sizing: border-box; margin: 0; font-size: 14px; position: relative; display: flex; text-align: center; border-radius: 2px; margin-left: 3px; transition: margin 0.1s; height: 18px; } .assignee.svelte-pr1826 img:where(.svelte-pr1826) { height: 100%; border-radius: 2px; vertical-align: unset; } .assignee.svelte-pr1826 .icon-shadow:where(.svelte-pr1826) { position: absolute; display: none; top: 0; left: 0; height: 100%; width: 100%; box-shadow: inset 0 0 2px 0 rgba(20, 20, 20, 0.3); border-radius: 2px; } .assignee.requested-reviewer.svelte-pr1826:before { content: ""; display: block; background: #bf8700; box-shadow: 0 0 0 2px white; width: 6px; height: 6px; border-radius: 50%; position: absolute; top: -2px; left: -2px; z-index: 1; } .assignee.commented.svelte-pr1826:before { content: ""; display: block; background: #0dcaf0; box-shadow: 0 0 0 2px white; width: 6px; height: 6px; border-radius: 50%; position: absolute; top: -2px; left: -2px; z-index: 1; } .assignee.approved.svelte-pr1826:before { content: ""; display: block; background: #198754; box-shadow: 0 0 0 2px white; width: 6px; height: 6px; border-radius: 50%; position: absolute; top: -2px; left: -2px; z-index: 1; } .assignee.requested-changes.svelte-pr1826:before { content: ""; display: block; background: #dc3545; box-shadow: 0 0 0 2px white; width: 6px; height: 6px; border-radius: 50%; position: absolute; top: -2px; left: -2px; z-index: 1; } .assignee.svelte-pr1826 + .assignee:where(.svelte-pr1826) { margin-left: -6px; box-shadow: 0 0 0 1px white; } .hovered > .header .assignee + .assignee { margin-left: 3px !important; box-shadow: none; } /* (unused) .board-card-container { width: 100%; }*/ /* (unused) .board-card { background: white; border-radius: 4px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); position: relative; z-index: 1; padding: 4px 8px; cursor: default; outline-width: 3px; }*/ /* (unused) .board-card .header { margin-bottom: 7px; }*/ /* (unused) .board-card-links.attached { background: #f8f9fa; border-radius: 0 0 4px 4px; box-shadow: inset 0 3px 5px -2px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1); margin-top: -6px; position: relative; padding: 7px 8px 4px 8px; }*/ .card-link:not(:last-child) > .card-status { margin-bottom: -2px !important; } .board-card-links.attached .card-link:last-child > .card-status .state:last-child, .board-card > .card-status .state:last-child { border-bottom-right-radius: 4px; } .board-card-links.attached .card-link:last-child > .card-status .state:first-child, .board-card > .card-status .state:first-child { border-bottom-left-radius: 4px; } /* (unused) .board-card-links { margin-top: 2px; }*/ .header.svelte-1tw36nb { display: flex; align-items: center; user-select: none; } .header.svelte-1tw36nb > :where(.svelte-1tw36nb) { flex-shrink: 0; } /* (unused) .header > .repository { flex: 1; }*/ .header.svelte-1tw36nb > .collaborator-links:where(.svelte-1tw36nb) { display: flex; align-items: center; } /* (unused) .issue-type { margin-right: 3px; }*/ /* (unused) .issue-type-pull-request { color: #6cc644; }*/ .issue-number.svelte-1tw36nb { font-weight: bold; margin-right: 6px; display: flex; align-items: center; text-decoration: none; } /* (unused) .repository,*/ .short-title.svelte-1tw36nb { color: #6c757d; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } /* (unused) .title { font-size: 1.1em; margin: 0 0 9px 0; min-height: 30px; line-height: 1.2em; color: #495057; overflow: hidden; }*/ /* (unused) .title textarea { width: 100%; line-height: 1.2em; resize: none; border: none; padding: 2px; min-height: 30px; overflow: hidden; color: #495057; }*/ /* (unused) .footer { display: flex; flex-direction: row; flex-wrap: wrap; }*/ /* (unused) .links { margin-left: auto; }*/ /* (unused) .links a { color: #adb5bd; }*/ /* (unused) .links a:hover { color: #6c757d; }*/ @media (prefers-color-scheme: dark) { /* (unused) .board-card { background-color: #0e1117; color: #f8f9fa; border: solid 1px #343a40; box-shadow: none; }*/ /* (unused) .board-card-links.attached { background: #040507; border: solid 1px #343a40; box-shadow: none; }*/ /* (unused) .title { color: #f8f9fa; }*/ /* (unused) .repository,*/ .short-title.svelte-1tw36nb { color: #9fadba; } } .card-link.svelte-1tw36nb { border-top: solid 1px #F0F0F0; margin-top: 2px; padding-top: 2px; } .card-link.svelte-1tw36nb .short-title:where(.svelte-1tw36nb) { flex: 1; } .card-link .epic { color: #1d76db; } .board-card-container.svelte-hs99nh { width: 100%; } .board-card.svelte-hs99nh { background: white; border-radius: 4px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); position: relative; z-index: 1; padding: 4px 8px; cursor: default; outline-width: 3px; } .board-card.svelte-hs99nh .header:where(.svelte-hs99nh) { margin-bottom: 7px; } .board-card-links.attached.svelte-hs99nh { background: #f8f9fa; border-radius: 0 0 4px 4px; box-shadow: inset 0 3px 5px -2px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1); margin-top: -6px; position: relative; padding: 7px 8px 4px 8px; } .card-link:not(:last-child) > .card-status { margin-bottom: -2px !important; } .board-card-links.attached .card-link:last-child > .card-status .state:last-child, .board-card > .card-status .state:last-child { border-bottom-right-radius: 4px; } .board-card-links.attached .card-link:last-child > .card-status .state:first-child, .board-card > .card-status .state:first-child { border-bottom-left-radius: 4px; } .board-card-links.svelte-hs99nh { margin-top: 2px; } .header.svelte-hs99nh { display: flex; align-items: center; user-select: none; } .header.svelte-hs99nh > :where(.svelte-hs99nh) { flex-shrink: 0; } .header.svelte-hs99nh > .repository:where(.svelte-hs99nh) { flex: 1; } .header.svelte-hs99nh > .collaborator-links:where(.svelte-hs99nh) { display: flex; align-items: center; } .issue-type.svelte-hs99nh { margin-right: 3px; } .issue-type-pull-request.svelte-hs99nh { color: #6cc644; } .issue-number.svelte-hs99nh { font-weight: bold; margin-right: 6px; display: flex; align-items: center; text-decoration: none; } .repository.svelte-hs99nh, .short-title.svelte-hs99nh { color: #6c757d; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .title.svelte-hs99nh { font-size: 1.1em; margin: 0 0 9px 0; min-height: 30px; line-height: 1.2em; color: #495057; overflow: hidden; } /* (unused) .title textarea { width: 100%; line-height: 1.2em; resize: none; border: none; padding: 2px; min-height: 30px; overflow: hidden; color: #495057; }*/ .footer.svelte-hs99nh { display: flex; flex-direction: row; flex-wrap: wrap; } .links.svelte-hs99nh { margin-left: auto; } .links.svelte-hs99nh a:where(.svelte-hs99nh) { color: #adb5bd; } .links.svelte-hs99nh a:where(.svelte-hs99nh):hover { color: #6c757d; } @media (prefers-color-scheme: dark) { .board-card.svelte-hs99nh { background-color: #0e1117; color: #f8f9fa; border: solid 1px #343a40; box-shadow: none; } .board-card-links.attached.svelte-hs99nh { background: #040507; border: solid 1px #343a40; box-shadow: none; } .title.svelte-hs99nh { color: #f8f9fa; } .repository.svelte-hs99nh, .short-title.svelte-hs99nh { color: #9fadba; } } .tag.label, .tag.milestone { margin-right: 4px; margin-bottom: 4px; } .tag.milestone { color: #343a40 !important; border: solid 1px #6c757d; } .card-link:first-child { border-top: none !important; margin-top: 1px !important; } .progress.svelte-hs99nh { display: flex; flex-direction: row; align-items: center; margin-bottom: 7px; padding: 0; cursor: pointer; text-decoration: none; } .progress.svelte-hs99nh svg:where(.svelte-hs99nh) { color: #6c757d; } .progress.svelte-hs99nh .bar:where(.svelte-hs99nh) { border-radius: 3px; height: 5px; width: 80px; background: #e9ecef; margin: auto 6px; } .progress.svelte-hs99nh .bar:where(.svelte-hs99nh) .indicator:where(.svelte-hs99nh) { border-radius: 3px; background: #6c757d; height: 100%; } .progress.svelte-hs99nh .text:where(.svelte-hs99nh) { margin-left: 6px; font-size: 0.9rem; color: #6c757d; } .dropdown-parent.svelte-129ok5y { position: relative; } .help-dropdown.svelte-129ok5y { border-radius: 4px; margin: 0; margin-top: 5px; text-align: left; height: auto; position: relative; background: transparent; border: none; z-index: 999; width: 100%; min-width: 0 !important; max-width: none !important; padding: 0; background-color: #fff; background-clip: padding-box; border: 1px solid rgba(0, 0, 0, 0.1); box-shadow: 0 0.1rem 1rem rgba(0, 0, 0, 0.075); position: absolute; top: 100%; z-index: 100; left: 0px; right: auto; display: block; } /* (unused) .help-dropdown .category { color: #37ACC8; font-weight: bold; margin: 0.8rem; margin-bottom: 0.25rem; font-size: 1em; }*/ /* (unused) .help-dropdown .note { margin: 0.8rem; color: #6c757d; }*/ /* (unused) .help-dropdown .note code { display: inline-block; padding: 0 0.5rem; background: #F0F0F0; border-radius: 4px; }*/ @media (prefers-color-scheme: dark) { .help-dropdown.svelte-129ok5y { background-color: #0e1117; border-color: #343a40; } /* (unused) .help-dropdown .note { color: #9fadba; }*/ /* (unused) .help-dropdown .note code { background-color: #343a40; color: #f8f9fa; }*/ } .repository-select.svelte-129ok5y { position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 10; } .overlay.svelte-129ok5y { width: 100%; height: 100%; background: rgba(30, 30, 30, 0.3); } .issue-creator.svelte-129ok5y { position: absolute; z-index: 2; width: 500px; max-width: 100%; background: white; top: 30%; left: 50%; transform: translate(-50%); line-height: 1.5; border-radius: 5px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); } @media (prefers-color-scheme: dark) { .overlay.svelte-129ok5y { background: rgba(0, 0, 0, 0.6); } .issue-creator.svelte-129ok5y { background: #0e1117; color: #f8f9fa; } .issue-creator.svelte-129ok5y input:where(.svelte-129ok5y) { background-color: #0e1117; border-color: #343a40; color: #f8f9fa; } /* (unused) .chooser-header { color: #f8f9fa; }*/ } .taskboard.svelte-jj8kyo { height: 100vh; display: flex; flex-direction: column; } @media all and (max-width: 600px) { .board-filter { width: 100% !important; } .navbar .board-filter-parent { flex: 1 !important; } .navbar .logo { width: 32px; height: 32px; } } .taskboard-error.svelte-jj8kyo { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: center; } .taskboard-error.svelte-jj8kyo p:where(.svelte-jj8kyo) { font-size: 1.3em; margin-top: 1.7rem; margin-bottom: 3rem; color: #495057; } .taskboard-board.svelte-jj8kyo { --container-gap: .5rem; display: flex; flex: 1; overflow-x: auto; margin-top: 0; padding: 0 var(--container-gap); gap: var(--container-gap); } .taskboard-column.svelte-jj8kyo { display: flex; flex-direction: column; min-width: 250px; flex: 1; border-radius: 0.25rem; background: #ebecf0; margin-bottom: var(--container-gap); } .taskboard-column.collapsed.svelte-jj8kyo { min-width: 3rem; flex: 0; } .taskboard-column-items.svelte-jj8kyo { flex: 1; overflow-y: auto; margin-top: 0; } .taskboard-column-header.svelte-jj8kyo { text-align: center; line-height: 2.4em; font-size: 1.25em; color: inherit; } .taskboard-column-collapse.svelte-jj8kyo { color: #adb5bd; font-size: 1.2rem; } .taskboard-column-collapse.svelte-jj8kyo:hover { color: #495057; } .taskboard-column.svelte-jj8kyo:not(.collapsed) .taskboard-column-header:where(.svelte-jj8kyo) { position: relative; } .taskboard-column.svelte-jj8kyo:not(.collapsed) .taskboard-column-collapse:where(.svelte-jj8kyo) { position: absolute; padding: 0 0.4rem; top: 50%; left: 0.5rem; transform: translateY(-50%); } .taskboard-column.collapsed.svelte-jj8kyo .taskboard-column-collapse:where(.svelte-jj8kyo) { padding: 0 0.1rem; margin: 0.6rem 0.5rem; } .taskboard-column.collapsed.svelte-jj8kyo .taskboard-column-header:where(.svelte-jj8kyo) { display: flex; flex-direction: column; flex: 1; } .taskboard-column.collapsed.svelte-jj8kyo .taskboard-column-name:where(.svelte-jj8kyo), .taskboard-column.collapsed.svelte-jj8kyo .taskboard-column-issue-count:where(.svelte-jj8kyo) { transform: rotate(-180deg); writing-mode: vertical-rl; } .taskboard-column.collapsed.svelte-jj8kyo .taskboard-column-name:where(.svelte-jj8kyo) { order: 2; } .taskboard-column.collapsed.svelte-jj8kyo .taskboard-column-issue-count:where(.svelte-jj8kyo) { padding: 0.5em 0; order: 0; } .taskboard-column-name.svelte-jj8kyo { color: #424657; } .taskboard-column-issue-count.svelte-jj8kyo { color: #37ACC8; display: inline-block; padding: 0 0.25em; } .card-container.svelte-jj8kyo { margin: var(--container-gap); } .card-container.svelte-jj8kyo:first-child { margin-top: 0; } @media (prefers-color-scheme: dark) { .taskboard-column.svelte-jj8kyo { background: #1b1d25; } .taskboard-column-name.svelte-jj8kyo { color: #f8f9fa; } .navbar { background-color: #0e1117; border-color: #343a40; } } .taskboard.svelte-jj8kyo { position: relative; }