mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-12 12:41:30 +03:00
Updated look of file cards again to prevent aspect ratio from being changed
This commit is contained in:
@@ -18,8 +18,6 @@
|
|||||||
|
|
||||||
.image {
|
.image {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
|
||||||
border-radius: 0px 0px 4px 4px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.example-full-width-height {
|
.example-full-width-height {
|
||||||
@@ -38,6 +36,8 @@
|
|||||||
padding: 0px;
|
padding: 0px;
|
||||||
margin: 8px 0px 0px -5px;
|
margin: 8px 0px 0px -5px;
|
||||||
width: calc(100% + 5px + 5px);
|
width: calc(100% + 5px + 5px);
|
||||||
|
overflow: hidden;
|
||||||
|
border-radius: 0px 0px 4px 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.max-two-lines {
|
.max-two-lines {
|
||||||
|
|||||||
Reference in New Issue
Block a user