/
githubmirror
/
tabby
Обзор
Документация
Войти
/
githubmirror
/
tabby
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tabby-core/src/components/titleBar.component.scss
33 строки
602 B
nguyenhuukhoi
Fix themed backgrounds for side tabs and title bar (#11219)
07 май 2026, 23:17
Не верифицирован
07 май 2026, 23:17
4c4b1f0
Код
Авторство
О чём код?
$titlebar-height: 30px; :host { flex: 0 0 $titlebar-height; display: flex; background: var(--theme-bg-more-2); color: var(--bs-body-color); .title { flex: auto; padding-left: 15px; line-height: $titlebar-height; -webkit-app-region: drag; color: var(--bs-body-color); } window-controls { background: transparent; } &.inset { flex-basis: 36px; .title { padding-left: 80px; line-height: 36px; } window-controls { display: none; } } }