mirror of
https://github.com/nerzhul/ocsms.git
synced 2025-07-22 17:35:52 +00:00
Force the messages container to full width (#247)
This commit is contained in:
parent
bac897df2c
commit
33e5f5926d
@ -187,6 +187,10 @@
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.ocsms-messages-container {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.msg-spacer {
|
||||
clear: both;
|
||||
}
|
||||
|
@ -79,7 +79,7 @@ use \OCA\OcSms\Lib\CountryCodes;
|
||||
</div>
|
||||
<div id="app-content-wrapper" ng-show="!isConvLoading">
|
||||
<div ng-show="messages.length == 0" id="ocsms-empty-conversation">Please choose a conversation on the left menu</div>
|
||||
<div ng-show="messages.length > 0">
|
||||
<div ng-show="messages.length > 0" class="ocsms-messages-container">
|
||||
<div ng-repeat="message in messages | orderBy:'date'">
|
||||
<div class="msg-{{ message.type }}">
|
||||
<div>{{ message.content }}</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user