зеркало из https://github.com/nextcloud/spreed.git
Proper padding for Share link
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Родитель
32b59d86be
Коммит
ec2672679e
|
@ -811,7 +811,7 @@ video {
|
|||
}
|
||||
|
||||
.detailCallInfoContainer .clipboard-button,
|
||||
.detailCallInfoContainer:hover .editable-text-label .edit-button {
|
||||
.detailCallInfoContainer .editable-text-label:hover .edit-button {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
|
@ -833,3 +833,8 @@ video {
|
|||
.detailCallInfoContainer .password-input {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.detailCallInfoContainer #link-checkbox+label {
|
||||
display: inline-block;
|
||||
padding: 12px 0;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче