/
Dionisio
/
Reddit
Обзор
Документация
Войти
/
Dionisio
/
Reddit
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/shared/Header/SearchBlock/UserBlock/userblock.css
40 строк
537 B
Denis
git commit -m "Commit message title"
05 сен 2023, 20:27
05 сен 2023, 20:27
036a60f
Код
Авторство
О чём код?
.userBox { cursor: pointer; display: flex; align-items: center; } .userBox:hover span { color: var(--orange); } .userBox:hover .avatarBox { box-shadow: 0 0 0 1px var(--orange); } .avatarBox { width: 60px; height: 60px; padding: 5px; border-radius: 100%; box-shadow: none; } .avatarImage { width: 100%; height: 100%; object-fit: cover; border-radius: 100%; } .username { display: none; } .username span { margin-left: 7px; } @media all and (min-width: 1024px) { .username { display: flex; } }