зеркало из https://github.com/nextcloud/spreed.git
Fix unshare button on FF.
Signed-off-by: Ivan Sein <ivan@nextcloud.com>
This commit is contained in:
Родитель
3700073dd6
Коммит
222705f7a4
|
@ -100,6 +100,14 @@
|
|||
padding: 16px;
|
||||
}
|
||||
|
||||
.icon-delete.public-room {
|
||||
background-size: 16px;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
bottom: 34px;
|
||||
padding: 16px;
|
||||
}
|
||||
|
||||
|
||||
#videos {
|
||||
position: absolute;
|
||||
|
|
|
@ -47,10 +47,10 @@
|
|||
'<button class="share-link-button">'+
|
||||
'<span class="icon-public"></span>'+
|
||||
'<span>'+t('spreedme', 'Share link')+'</span>'+
|
||||
'<span class="icon-delete private-room"></span>'+
|
||||
'</button>'+
|
||||
'<input id="shareInput-{{id}}"class="share-link-input private-room" readonly="readonly" type="text"/>'+
|
||||
'<div class="clipboardButton icon-clippy private-room" data-clipboard-target="#shareInput-{{id}}"</div>'+
|
||||
'<div class="clipboardButton icon-clippy private-room" data-clipboard-target="#shareInput-{{id}}"></div>'+
|
||||
'<div class="icon-delete private-room"></div>'+
|
||||
'</li>'+
|
||||
'<li>'+
|
||||
'<button class="leave-group-button">'+
|
||||
|
|
Загрузка…
Ссылка в новой задаче