mirror of
https://github.com/libre-tube/LibreTube.git
synced 2024-12-14 14:20:30 +05:30
Increase size of alternative related videos
This commit is contained in:
parent
71eb197689
commit
947077acdc
@ -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