mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-03 23:15:31 +00:00
Bug 1815185 - Remove fixed height from RecentSyncedTab
This commit is contained in:
parent
f7ba318058
commit
082a03a8b5
@ -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