- gif search
- added models to parse the tenor-api-response correctly - continued with designing the main chat-page
This commit is contained in:
@@ -19,16 +19,18 @@
|
||||
.message {
|
||||
border-radius: 10px;
|
||||
max-width: 15rem;
|
||||
padding: 5px;
|
||||
padding: 7px;
|
||||
margin:3px;
|
||||
box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.15);
|
||||
}
|
||||
|
||||
.sent {
|
||||
background: blue;
|
||||
background: #729EA1;
|
||||
margin-left: auto;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.received {
|
||||
background: red;
|
||||
background: white;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user