mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Use input-group-sm instead of padding
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
<div class="modal-body">
|
||||
<div class="form-group">
|
||||
<label>URL</label>
|
||||
<div class="input-group">
|
||||
<div class="input-group input-group-sm">
|
||||
<input #urlInput (click)="urlInput.select()" type="text" class="form-control input-sm readonly" readonly [value]="getVideoUrl()" />
|
||||
<div class="input-group-btn" placement="bottom right">
|
||||
<button [ngxClipboard]="urlInput" (click)="activateCopiedMessage()" type="button" class="btn btn-default btn-search">
|
||||
@@ -24,7 +24,7 @@
|
||||
|
||||
<div class="form-group">
|
||||
<label>Embed</label>
|
||||
<div class="input-group">
|
||||
<div class="input-group input-group-sm">
|
||||
<input #shareInput (click)="shareInput.select()" type="text" class="form-control input-sm readonly" readonly [value]="getVideoIframeCode()" />
|
||||
<div class="input-group-btn" placement="bottom right">
|
||||
<button [ngxClipboard]="shareInput" (click)="activateCopiedMessage()" type="button" class="btn btn-default btn-search">
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
.btn-search {
|
||||
padding: 4.1px 12px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user