/
githubmirror
/
zulip
Обзор
Документация
Войти
/
githubmirror
/
zulip
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
web/styles/typing_notifications.css
18 строк
401 B
roanster007
typing: Move the typing notifications to below the mark as read banner.
19 июн 2024, 00:30
19 июн 2024, 00:30
7ebbdd9
Код
Авторство
О чём код?
#typing_notifications { display: none; margin-left: 10px; font-style: italic; color: hsl(0deg 0% 53%); } #typing_notification_list { list-style: none; margin: 0; } #mark_as_read_turned_off_banner { /* override the margin of main-view-banner since it causes more gap than we want between mark as read banner and typing notification. */ margin: 5px 0; }