mirror of
https://github.com/FreeTubeApp/FreeTube
synced 2024-12-16 06:31:23 +01:00
Extend video size to fill whole grid container
This commit is contained in:
parent
46124b6b89
commit
b2402ee635
@ -3,6 +3,7 @@
|
||||
display: grid
|
||||
grid-template-columns: repeat(auto-fill, 262px)
|
||||
justify-content: space-evenly
|
||||
grid-gap: 8px
|
||||
|
||||
&.list
|
||||
display: grid
|
||||
|
@ -1,5 +1,6 @@
|
||||
.grid {
|
||||
min-height: 264px;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.list {
|
||||
|
Loading…
Reference in New Issue
Block a user