mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-12 11:06:57 +00:00
fix padding
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user