mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-04-24 22:57:12 -04:00
fix: some UI issues
This commit is contained in:
parent
3bc85c2423
commit
ed41672e6b
3 changed files with 4 additions and 4 deletions
|
@ -69,7 +69,7 @@ class _LinkEmbedMenuState extends State<LinkEmbedMenu> {
|
|||
return Container(
|
||||
padding: EdgeInsets.all(4),
|
||||
decoration: BoxDecoration(
|
||||
borderRadius: BorderRadius.circular(16),
|
||||
borderRadius: BorderRadius.circular(12),
|
||||
color: fillScheme.primaryAlpha80,
|
||||
),
|
||||
child: Row(
|
||||
|
|
|
@ -73,7 +73,7 @@ class CustomLinkPreviewWidget extends StatelessWidget {
|
|||
buildImage(context),
|
||||
Expanded(
|
||||
child: Padding(
|
||||
padding: const EdgeInsets.fromLTRB(20, 12, 60, 12),
|
||||
padding: const EdgeInsets.fromLTRB(20, 12, 58, 12),
|
||||
child: status != LinkLoadingStatus.idle
|
||||
? buildLoadingOrErrorWidget()
|
||||
: Column(
|
||||
|
|
|
@ -150,8 +150,8 @@ class CustomLinkPreviewBlockComponentState
|
|||
child,
|
||||
if (showActions)
|
||||
Positioned(
|
||||
top: 16,
|
||||
right: 16,
|
||||
top: 12,
|
||||
right: 12,
|
||||
child: CustomLinkPreviewMenu(
|
||||
onMenuShowed: () {
|
||||
isMenuShowing = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue