mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-19 09:25:34 +00:00
Bug 1815185 - Remove fixed height from RecentSyncedTab
(cherry picked from commit f2ae5e5ed76b5218c7aac89cb7a588c225141921)
This commit is contained in:
parent
53a141cf0c
commit
d93e405755
@ -86,7 +86,6 @@ fun RecentSyncedTab(
|
|||||||
Card(
|
Card(
|
||||||
modifier = Modifier
|
modifier = Modifier
|
||||||
.fillMaxWidth()
|
.fillMaxWidth()
|
||||||
.height(180.dp)
|
|
||||||
.combinedClickable(
|
.combinedClickable(
|
||||||
onClick = { tab?.let { onRecentSyncedTabClick(tab) } },
|
onClick = { tab?.let { onRecentSyncedTabClick(tab) } },
|
||||||
onLongClick = { isDropdownExpanded = true },
|
onLongClick = { isDropdownExpanded = true },
|
||||||
|
Loading…
Reference in New Issue
Block a user