mirror of
https://github.com/nextcloud/ocsms.git
synced 2026-08-22 22:03:13 +00:00
Fix margin for conversation content
This commit is contained in:
+1
-1
@@ -53,7 +53,7 @@
|
|||||||
|
|
||||||
#app-content-wrapper {
|
#app-content-wrapper {
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
margin-top: 70px;
|
margin-top: 80px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#app-content-header {
|
#app-content-header {
|
||||||
|
|||||||
+2
-2
@@ -86,8 +86,8 @@ function fetchConversation(phoneNumber) {
|
|||||||
var phoneNumberLabel = phoneNumber;
|
var phoneNumberLabel = phoneNumber;
|
||||||
|
|
||||||
if (typeof jsondata['phoneNumbers'] != 'undefined') {
|
if (typeof jsondata['phoneNumbers'] != 'undefined') {
|
||||||
len = jsondata["phoneNumbers"].length;
|
var len = jsondata["phoneNumbers"].length;
|
||||||
ctLen = 0;
|
var ctLen = 0;
|
||||||
phoneNumberLabel = '';
|
phoneNumberLabel = '';
|
||||||
|
|
||||||
$.each(jsondata["phoneNumbers"], function(id, val) {
|
$.each(jsondata["phoneNumbers"], function(id, val) {
|
||||||
|
|||||||
Reference in New Issue
Block a user