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/profile/signature.css

21 lines
387 B
CSS

.profile__signature__content {
max-height: 150px;
overflow: hidden;
padding: 2px 5px;
}
.profile__signature__editor {
padding: 5px;
}
.profile__signature__text {
width: 100%;
height: 200px;
max-width: 100%;
min-width: 100%;
}
.profile__signature__select {
width: 100%;
margin-bottom: 5px;
}
.profile__signature img {
vertical-align: middle;
}