mirror of
https://github.com/nextcloud/ocsms.git
synced 2026-08-11 08:23:00 +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;
|
||||
|
||||
Reference in New Issue
Block a user