forked from mystiq/hydrogen-web
move speech bubble alignment to theme
This commit is contained in:
parent
641c770d0f
commit
695bcb2da3
2 changed files with 4 additions and 4 deletions
|
@ -164,6 +164,10 @@ a {
|
||||||
background-color: #333;
|
background-color: #333;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.TextMessageView .message-container time {
|
||||||
|
float: right;
|
||||||
|
}
|
||||||
|
|
||||||
.message-container p {
|
.message-container p {
|
||||||
margin: 5px 0;
|
margin: 5px 0;
|
||||||
}
|
}
|
||||||
|
|
|
@ -44,10 +44,6 @@ limitations under the License.
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.TextMessageView .message-container time {
|
|
||||||
float: right;
|
|
||||||
}
|
|
||||||
|
|
||||||
.AnnouncementView {
|
.AnnouncementView {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
Loading…
Reference in a new issue