mirror of
https://github.com/libre-tube/LibreTube.git
synced 2024-12-14 06:10:31 +05:30
Merge pull request #2463 from Bnyro/master
Increase size of alternative related videos
This commit is contained in:
commit
99ecf9fbcd
@ -97,7 +97,7 @@ class VideosAdapter(
|
||||
// set a fixed width for better visuals
|
||||
val params = root.layoutParams
|
||||
when (forceMode) {
|
||||
ForceMode.RELATED -> params.width = (180).toPixel().toInt()
|
||||
ForceMode.RELATED -> params.width = (210).toPixel().toInt()
|
||||
ForceMode.HOME -> params.width = (250).toPixel().toInt()
|
||||
else -> {}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user