mirror of
https://github.com/nerzhul/ocsms.git
synced 2025-06-07 16:06:15 +00:00
WIP: Permit to resize contact list
This commit is contained in:
parent
409f92f344
commit
2c2f090f13
@ -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;
|
||||
|
@ -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 !== ''"
|
||||
|
Loading…
x
Reference in New Issue
Block a user