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/css/misuzu/manage/emote.css

17 lines
282 B
CSS

.manage__emote__field {
display: flex;
margin: 2px;
align-items: center;
}
.manage__emote__field__name {
min-width: 100px;
padding: 5px;
}
.manage__emote__field__value {
flex: 1 1 auto;
}
.manage__emote__actions {
text-align: center;
margin: 5px;
}