mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-20 10:13:21 +03:00
Added support for "large" sized cards
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
.large-mat-card {
|
||||
width: 300px;
|
||||
height: 250px;
|
||||
padding: 0px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.file-mat-card {
|
||||
width: 200px;
|
||||
height: 200px;
|
||||
@@ -26,6 +33,12 @@
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.image-large {
|
||||
width: 300px;
|
||||
height: 167.5px;
|
||||
object-fit: cover;
|
||||
}
|
||||
|
||||
.image {
|
||||
width: 200px;
|
||||
height: 112.5px;
|
||||
|
||||
Reference in New Issue
Block a user