mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 15:09:33 +01:00
fixes and improvements in ui while on a tablet
This commit is contained in:
@@ -282,8 +282,7 @@ export class DialogManager extends Component {
|
||||
containerStyle={{
|
||||
backgroundColor: colors.bg,
|
||||
width: DDS.isTab ? 500 : '100%',
|
||||
alignSelf: DDS.isTab ? 'flex-end' : 'center',
|
||||
marginRight: DDS.isTab ? 12 : null,
|
||||
alignSelf:'center',
|
||||
borderRadius: 10,
|
||||
marginBottom: DDS.isTab ? 50 : 0,
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user