Don't show the unpin button if the user can't unpin the message.
Signed-off-by: Travis Ralston <travpc@gmail.com>
This commit is contained in:
parent
9b11f576fe
commit
59a253af37
2 changed files with 12 additions and 3 deletions
|
@ -20,7 +20,8 @@ limitations under the License.
|
|||
|
||||
.mx_PinnedEventsPanel_body {
|
||||
max-height: 300px;
|
||||
overflow-y: scroll;
|
||||
overflow-y: auto;
|
||||
padding-bottom: 15px;
|
||||
}
|
||||
|
||||
.mx_PinnedEventsPanel_header {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue