mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-01-19 00:13:01 +08:00
fix padding
This commit is contained in:
parent
cb42edd789
commit
349b54b4b4
@ -47,7 +47,7 @@ class ChatPage extends StatelessWidget implements PageShape {
|
||||
value: chatModel,
|
||||
child: Container(
|
||||
color: Theme.of(context).scaffoldBackgroundColor,
|
||||
padding: EdgeInsets.only(top: 14.0, bottom: 14.0, left: 14.0),
|
||||
padding: EdgeInsets.all(14.0),
|
||||
child: Consumer<ChatModel>(
|
||||
builder: (context, chatModel, child) {
|
||||
final currentUser = chatModel.currentUser;
|
||||
|
Loading…
Reference in New Issue
Block a user