Styling changes for messaging.
This commit is contained in:
@@ -1,10 +1,13 @@
|
||||
// .messages {
|
||||
// height: 300px;
|
||||
// min-height: calc(100% - 10px);
|
||||
// max-height: calc(100% - 93px);
|
||||
// overflow-y: scroll;
|
||||
// overflow-x: hidden;
|
||||
// }
|
||||
.messages {
|
||||
//flex-grow: 1;
|
||||
flex: 1;
|
||||
// height: 100%;
|
||||
// min-height: calc(100% - 10px);
|
||||
// max-height: calc(100% - 93px);
|
||||
// // overflow-y: scroll;
|
||||
// // overflow-x: hidden;
|
||||
}
|
||||
|
||||
// @media screen and (max-width: 735px) {
|
||||
// .messages {
|
||||
// max-height: calc(100% - 105px);
|
||||
@@ -17,13 +20,16 @@
|
||||
// .messages::-webkit-scrollbar-thumb {
|
||||
// background-color: rgba(0, 0, 0, 0.3);
|
||||
// }
|
||||
.messages ul {
|
||||
height: 100%;
|
||||
}
|
||||
.messages ul li {
|
||||
display: inline-block;
|
||||
clear: both;
|
||||
// clear: both;
|
||||
//float: left;
|
||||
margin: 5px;
|
||||
width: calc(100% - 25px);
|
||||
font-size: 0.9em;
|
||||
// margin: 5px;
|
||||
//width: calc(100% - 25px);
|
||||
// font-size: 0.9em;
|
||||
}
|
||||
.messages ul li:nth-last-child(1) {
|
||||
margin-bottom: 20px;
|
||||
|
||||
Reference in New Issue
Block a user