This repository has been archived on 2025-01-28. You can view files and clone it, but cannot push or open issues or pull requests.
misuzu-interim/assets/misuzu.css/avatar.css

14 lines
292 B
CSS
Raw Normal View History

2022-09-13 15:14:49 +02:00
.avatar {
flex-shrink: 0;
background-color: var(--background-colour);
display: block;
border: 0;
border-radius: 5%;
box-sizing: content-box;
box-shadow: 0 1px 4px #111;
vertical-align: middle;
max-width: 100%;
max-height: 100%;
overflow: hidden;
}