mirror of
https://github.com/feeddeck/feeddeck.git
synced 2026-03-09 15:12:10 -05:00
[PR #44] [MERGED] [core] Fix Border Radius for Drawer #49
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/feeddeck/feeddeck/pull/44
Author: @ricoberger
Created: 10/22/2023
Status: ✅ Merged
Merged: 10/22/2023
Merged by: @ricoberger
Base:
main← Head:core-fix-border-radius-for-drawer📝 Commits (1)
21f3a63[core] Fix Border Radius for Drawer📊 Changes
1 file changed (+3 additions, -3 deletions)
View changed files
📝
app/lib/widgets/deck/deck_layout_large.dart(+3 -3)📄 Description
This commit fixes the border radius for the drawer used in the large deck layout. Until now the drawer used the border radius on all edges. This is now fixed to only use the border radius on the right side of the drawer. This is more aligned how the border radius is used in the side sheet for the item details, where we also only use it on the left side.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.