mastodon/app/javascript/styles/mastodon/messaging/contacts.scss

21 lines
267 B
SCSS
Raw Normal View History

.contact-list-container {
overflow-x: auto;
}
.contact-list {
display: block;
padding: 1em;
min-height: 5em;
list-style-type: none;
color: white;
.contact {
margin-bottom: 0.5rem;
2020-06-02 17:28:23 +02:00
img{
max-width: 3em;
max-height: 3em;
}
}
}