mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-05 21:20:45 +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(
|
||||
modifier = Modifier
|
||||
.fillMaxWidth()
|
||||
.height(180.dp)
|
||||
.combinedClickable(
|
||||
onClick = { tab?.let { onRecentSyncedTabClick(tab) } },
|
||||
onLongClick = { isDropdownExpanded = true },
|
||||
|
Loading…
Reference in New Issue
Block a user