This website requires JavaScript.
Explore
Help
Sign In
tesses50
/
freetube
Watch
1
Star
0
Fork
You've already forked freetube
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
9ff0994cee
freetube
/
src
/
renderer
/
components
/
ft-list-lazy-wrapper
/
ft-list-lazy-wrapper.css
9 lines
80 B
CSS
Raw
Normal View
History
Unescape
Escape
Fix lazy wrapper's height in list mode
2020-08-25 18:13:25 +00:00
.
grid
{
Improve long list rendering time Speed up list rendering by wrapping list elements in a lazy container. Only the first 16 elements are loaded at first. The rest is rendered after it becomes visible.
2020-08-24 19:50:03 +00:00
min-height
:
264px
;
Extend video size to fill whole grid container
2020-12-18 04:24:41 +00:00
display
:
flex
;
Improve long list rendering time Speed up list rendering by wrapping list elements in a lazy container. Only the first 16 elements are loaded at first. The rest is rendered after it becomes visible.
2020-08-24 19:50:03 +00:00
}
Fix lazy wrapper's height in list mode
2020-08-25 18:13:25 +00:00
.
list
{
min-height
:
131px
;
}