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/about.css

19 lines
314 B
CSS
Raw Normal View History

2022-09-13 15:14:49 +02:00
.profile__about__content {
max-height: 1000px;
overflow: auto;
padding: 2px 5px;
}
.profile__about__editor {
padding: 5px;
}
.profile__about__text {
width: 100%;
height: 500px;
max-width: 100%;
min-width: 100%;
}
.profile__about__select {
margin-bottom: 5px;
width: 100%;
}