Template:MomoTalk/style.css: Difference between revisions

adjust width
m (oops)
(adjust width)
Line 39:
}
.momotalk-profile-picture {
/* profile picture */
display: block;
width: 50px;
Line 55 ⟶ 54:
.momotalk-student-line-container {
float: left;
}
.momotalk-sensei-line-container {
float: right;
}
.momotalk-student-line-container, .momotalk-sensei-line-container {
max-width: 90%;
}
.momotalk-student-name {
Line 65 ⟶ 70:
}
.momotalk-sensei-line {
float: right;
background: #4a8ac6;
margin-right: 3px;
}
.momotalk-dialogstudent-textline, .momotalk-sensei-line {
border-radius: 7px;
padding: 6px;
Line 75 ⟶ 79:
font-size: 15px;
font-weight: 500;
width: fit-content;
max-width: 90%;
margin-bottom: 5px;
}