mirror of
https://github.com/libre-tube/LibreTube.git
synced 2024-12-15 14:50: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
|
// set a fixed width for better visuals
|
||||||
val params = root.layoutParams
|
val params = root.layoutParams
|
||||||
when (forceMode) {
|
when (forceMode) {
|
||||||
ForceMode.RELATED -> params.width = (180).toPixel().toInt()
|
ForceMode.RELATED -> params.width = (210).toPixel().toInt()
|
||||||
ForceMode.HOME -> params.width = (250).toPixel().toInt()
|
ForceMode.HOME -> params.width = (250).toPixel().toInt()
|
||||||
else -> {}
|
else -> {}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user