Custom CSS Thread

Posted under General

Hi, when you press "Add to favgroup" there is a small window listing your favgroups, is there a way to increase the space between each line? In mobile I press the wrong favgroup very often...

Maiguel said:

Hi, when you press "Add to favgroup" there is a small window listing your favgroups, is there a way to increase the space between each line? In mobile I press the wrong favgroup very often...

#add-to-favgroup-dialog div {
  padding-bottom: 1em;
}

change the number on 1em to change how much the spacing between the lines

Updated by CommentaryRequest

1 17 18 19 20 21