/
Alex_Ural
/
opencode
Обзор
Документация
Войти
/
Alex_Ural
/
opencode
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
packages/ui/src/components/diff-changes.css
42 строки
1 KB
Adam
feat(app): session timeline/turn rework (#13196)
17 фев 2026, 16:16
Не верифицирован
17 фев 2026, 16:16
1098567
Код
Авторство
О чём код?
[data-component="diff-changes"] { display: flex; gap: 8px; justify-content: flex-end; align-items: center; [data-slot="diff-changes-additions"] { font-family: var(--font-family-mono); font-feature-settings: var(--font-family-mono--font-feature-settings); font-size: 14px; font-style: normal; font-weight: var(--font-weight-regular); line-height: var(--line-height-large); letter-spacing: var(--letter-spacing-normal); text-align: right; color: var(--text-diff-add-base); } [data-slot="diff-changes-deletions"] { font-family: var(--font-family-mono); font-feature-settings: var(--font-family-mono--font-feature-settings); font-size: 14px; font-style: normal; font-weight: var(--font-weight-regular); line-height: var(--line-height-large); letter-spacing: var(--letter-spacing-normal); text-align: right; color: var(--text-diff-delete-base); } } [data-component="diff-changes"][data-variant="bars"] { width: 18px; height: 14px; flex-shrink: 0; svg { display: block; width: 100%; height: 100%; } }