mirror of
https://github.com/nextcloud/ocsms.git
synced 2026-08-11 16:32:55 +00:00
WIP: Permit to resize contact list
This commit is contained in:
@@ -11,6 +11,8 @@
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
resize: horizontal;
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
#app-mailbox-peers > ul {
|
||||
@@ -51,6 +53,11 @@
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#ocsms-app-content {
|
||||
height: 100%;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
#app-content-wrapper {
|
||||
padding: 15px;
|
||||
margin-top: 100px;
|
||||
|
||||
+1
-1
@@ -58,7 +58,7 @@ use \OCA\OcSms\Lib\CountryCodes;
|
||||
</div> <!-- app-settings-content -->
|
||||
</div>
|
||||
|
||||
<div id="app-content">
|
||||
<div id="ocsms-app-content">
|
||||
<div id="app-content-loader" class="icon-loading" ng-show="isConvLoading">
|
||||
</div>
|
||||
<div id="app-content-header" ng-show="!isConvLoading && selectedContact.label !== undefined && selectedContact.label !== ''"
|
||||
|
||||
Reference in New Issue
Block a user