chrisbenincasa / teletracker

Apache License 2.0
0 stars 0 forks source link

Create List overflows in AddToListDialog on mobile #813

Open chrisbenincasa opened 4 years ago

chrisbenincasa commented 4 years ago

One idea I had was to do it like this, dunno if it's any good:

Screen Shot 2020-09-29 at 7 54 15 AM

chrisbenincasa commented 4 years ago

Code for above:

        <DialogActions>
          <Button
            variant="contained"
            className={classes.button}
            disabled={createAListEnabled}
            onClick={toggleCreateAList}
            fullWidth={true}
            style={{paddingBottom: 0}}
          >
            <PlaylistAdd className={classes.leftIcon} />
            Create New List
          </Button>
        </DialogActions>