/
githubmirror
/
tabby
Обзор
Документация
Войти
/
githubmirror
/
tabby
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tabby-terminal/src/components/searchPanel.component.scss
28 строк
465 B
Eugene
fixed #9698, fixed #9697, fixed #9651, fixed #8371, fixed #9483 - fixed huge search bar
22 июн 2024, 22:43
Не верифицирован
22 июн 2024, 22:43
bba72b4
Код
Авторство
О чём код?
:host { position: fixed; width: 600px; max-width: 80vw; right: 40px; height: 36px; z-index: 5; border-radius: 0 0 5px 5px; background: rgba(0, 0, 0, .95); border: 1px solid rgba(0, 0, 0, .5); border-top: 0; display: flex; button { padding: 0 6px; margin: 4px 2px; flex-shrink: 0; } } .result-counter { font-size: 0.7rem; opacity: .5; } :host ::ng-deep svg { height: 16px; }