mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-11 17:31:29 +03:00
Fixed UI bug where quality options spinner would clip through the URL input card
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
<div class="big demo-basic">
|
<div class="big demo-basic">
|
||||||
<mat-card id="card" style="margin-right: 20px; margin-left: 20px;" [ngClass]="(allowAdvancedDownload) ? 'no-border-radius-bottom' : null">
|
<mat-card id="card" style="margin-right: 20px; margin-left: 20px;" [ngClass]="(allowAdvancedDownload) ? 'no-border-radius-bottom' : null">
|
||||||
<mat-card-content style="padding: 0px 8px 0px 8px;">
|
<mat-card-content style="padding: 0px 8px 0px 8px;">
|
||||||
<div style="position: relative;">
|
<div style="position: relative; margin-right: 15px;">
|
||||||
<form class="example-form">
|
<form class="example-form">
|
||||||
<div class="container-fluid">
|
<div class="container-fluid">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
|||||||
Reference in New Issue
Block a user